in reply to Re^2: DBI::Sybase -retrieving BLOB values from ms-sql question
in thread DBI::Sybase -retrieving BLOB values from ms-sql question
The reason for this is that when $dbh->{longReadLen} is updated DBD::Sybase calls a Sybase API call under the cover, and this API call is not one that is compatible between MS-SQL and Sybase.
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBI::Sybase -retrieving BLOB values from ms-sql question
by anexiole (Novice) on Jul 07, 2006 at 22:48 UTC | |
by mpeppler (Vicar) on Jul 08, 2006 at 06:01 UTC | |
|
Re^4: DBI::Sybase -retrieving BLOB values from ms-sql question
by Anonymous Monk on Jul 10, 2006 at 02:20 UTC | |
by mpeppler (Vicar) on Jul 11, 2006 at 17:18 UTC |