SQL Create Table syntax for OLE Object fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
I don't know for sure, but the help article "Equivalent ANSI SQL Data
Types" suggests that it's IMAGE or OLEOBJECT.
 
Back
Top