Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
ags26
Posted - 11/21/2002 : 04:06:54 AM Hi,
I try to access an Microsoft Access Database with the sample programm ADOSample.c in OriginC/Samples/COM. In general it works fine, but I have several fields of type (205 = adLongVarBinary) which I cannot read in. If I read and convert it to a string, out_str just gives a very short (4 charater) string.
Has anyone some ideas? Thanks.
1 L A T E S T R E P L I E S (Newest First)
cpyang
Posted - 11/23/2002 : 12:22:50 PM If the column type is "Text & Numeric", you can put a string of up to 203 characters into a cell. Origin currently dose not support putting binary data into a cell, but that is something we can consider adding.