Importing To Access

Post Reply
source1Tamer
Posts: 91
Joined: Tue Nov 13, 2001 3:49 pm

Importing To Access

Post by source1Tamer »

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.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Importing To Access

Post by John »

Access should see it as a LONGVARBINARY. You would need to check with Access as to how to do what you want with it.
John Turnbull
Thunderstone Software
source1Tamer
Posts: 91
Joined: Tue Nov 13, 2001 3:49 pm

Importing To Access

Post by source1Tamer »

thanks, I used the varchar(65000) instead of blob.
Post Reply