SQL Create Table syntax for OLE Object fields

J

Jsch

Does anyone know the correct syntax for the SQL "Create Table" statement when
you want to create a field with the OLE Object data type? I tried
dbs.Execute "CREATE TABLE TagGraphic (TagGraphic OLE Object);" to no avail.
 
J

John Nurick

I don't know for sure, but the help article "Equivalent ANSI SQL Data
Types" suggests that it's IMAGE or OLEOBJECT.
 
Top