Hello everybody, I have a problem when I move my application to Access2007 machines. There is a rst!update instruction which give back the above error, i.e. the it fails to update the underlying SQL server linked table.
the table includes a varbinary(max) field which contains an attachment. The table has filestream activated.
The same rst!update statement doesn't give any problem in Access2010 so I suspect there is something related to the way the ODBC driver takes the recordset and send it to SQL.
Maybe an idea could be to replace the rst!update statement with a SQL command sent to SQL server, but I don't know where to start...
I would be grateful if anybody give me a clue!
Andrea
the table includes a varbinary(max) field which contains an attachment. The table has filestream activated.
The same rst!update statement doesn't give any problem in Access2010 so I suspect there is something related to the way the ODBC driver takes the recordset and send it to SQL.
Maybe an idea could be to replace the rst!update statement with a SQL command sent to SQL server, but I don't know where to start...
I would be grateful if anybody give me a clue!
Andrea