Hi everyone,
What's the SQL Server equivalent of the OLE Object datatype in Microsoft Access? I tried Binary, VarBinary and Image. All three of those datatypes give me a type mismatch when I try to insert an image into SQL Server.
The insert works when I insert into a MS Access DB with the OLE Object datatype but fails (type mismatch) when I try inserting to SQL Server 2000.
Keith
What's the SQL Server equivalent of the OLE Object datatype in Microsoft Access? I tried Binary, VarBinary and Image. All three of those datatypes give me a type mismatch when I try to insert an image into SQL Server.
The insert works when I insert into a MS Access DB with the OLE Object datatype but fails (type mismatch) when I try inserting to SQL Server 2000.
Keith