I successfully imported a texis table to an MS Access database, but for BLOB fields in texis table, it's imported as OLE Object in access. how could I get the data for this Blob or OleDB datatypes? thanks in advance.
Access should see it as a LONGVARBINARY. You would need to check with Access as to how to do what you want with it.