Page 1 of 1

Bug: GetData Result Error for Read SQLServer Binary Field

Posted: Tue 03 Nov 2009 04:30
by hlbzhx
GetData Result Error for Read SQLServer Binary Field with GetData method

GetData Result more 4 Bytes Read Binary Field than Read Other Style Field

Buffer for GetData Result = GetData Buffer + 4Bytes(DataSize)??? When Read Binay Field

Posted: Tue 03 Nov 2009 09:37
by Plash
The GetData method returns data in the internal format as they are stored in recordset.

You should not use this method. Use the Value property to get data as variant array.

Posted: Thu 05 Nov 2009 00:47
by hlbzhx
thanks

I'll try...