D
Don
I am writing a macro using ADODB types to connect to a mySql database and
retrieve data. It works fine for fields in the record set that are varchar
but my database has two fields that store long text strings differently. One
is a blob (and in excel the recordset.fields(blobfield).type is 205. The
other is a binary text field (again - excel
recordset.fields(binarytextfiled).type is 204. I know both fields contain
ascii.
I had hoped I could extract data via getchunk methods but this fails. Any
suggesstions would be welcome.
retrieve data. It works fine for fields in the record set that are varchar
but my database has two fields that store long text strings differently. One
is a blob (and in excel the recordset.fields(blobfield).type is 205. The
other is a binary text field (again - excel
recordset.fields(binarytextfiled).type is 204. I know both fields contain
ascii.
I had hoped I could extract data via getchunk methods but this fails. Any
suggesstions would be welcome.