
ptop
Novice
Jan 12, 2009, 1:35 AM
Post #1 of 2
(1082 views)
|
|
Win32::ODBC + MSSQL + varbinary(max)
|
Can't Post
|
|
Hi , I'm using perl v5.8.4 + win32::ODBC + MSSQL 2005 and trying to read a binary file from a varbinary(max) column from the DB and i'm getting this error: "Error in SQL[911] [1] [0] "Could not allocate enough memory (-1 bytes) for column" I set the MaxBufSize like this: $db->SetMaxBufSize(2147483647 ); but without any results. How can i do it ? Thanks.
|