I have a dbf file from existing software. I need to read data from the database in VB6. I have found I can use ODBC drivers to do this for most of the fields in the database but have one problem.
The existing program puts a chunk of data into a 6050 character field in binary format. When I return this field in VB through ODBC I find it is truncated. (Probably due to binary data being misinterpreted as end of string)
How can I get the data from this field correctly in VB6?
Any information on causes of this problem would be appreciated.
Regards
Simmsey
The existing program puts a chunk of data into a 6050 character field in binary format. When I return this field in VB through ODBC I find it is truncated. (Probably due to binary data being misinterpreted as end of string)
How can I get the data from this field correctly in VB6?
Any information on causes of this problem would be appreciated.
Regards
Simmsey