L
Londoner101
Hi all,
I'm trying to save documents (Word, Excel) via VBA in an Access front
end to a linked SQL Server 2005 table with a field defined as a
varbinay (equivalent of OLE Object in Access)
I found the following sample code at the link below.
http://support.microsoft.com/kb/210486
The issue I have is that the code works fine if my table is a Access
table with a field of type OLE object. However when I try and use the
linked SQL Server table I get the following exception thrown on the
Update() method of the recordset.
"ODBC--update on a linked table 'dbo_Blob' failed."
My table in SQL Server does have a primary key defined.
Any asisstance, suggestions and direction greatly appreciated,
Thanks
Raj
I'm trying to save documents (Word, Excel) via VBA in an Access front
end to a linked SQL Server 2005 table with a field defined as a
varbinay (equivalent of OLE Object in Access)
I found the following sample code at the link below.
http://support.microsoft.com/kb/210486
The issue I have is that the code works fine if my table is a Access
table with a field of type OLE object. However when I try and use the
linked SQL Server table I get the following exception thrown on the
Update() method of the recordset.
"ODBC--update on a linked table 'dbo_Blob' failed."
My table in SQL Server does have a primary key defined.
Any asisstance, suggestions and direction greatly appreciated,
Thanks
Raj