Has anyone ever used the ARODBC driver supplied by Remedy to write data into Remedy from Lotus Notes? I can read data successfully from Remedy, but cannot update records in Remedy.
I have tried both methods of using the updaterow command, and tried the SQL Insert command, and in both methods I get the following message which looks to me like updates back to Remedy are not supported with this ODBC driver, however this is my first time using an ODBC connection.
LS:DO- ODBC could not complete the requested operation. - [AR System ODBC Driver][ISAM]Not supported
I’m at work so cannot supply my code right now, however I’m pretty sure it is OK, have done alot of research on this forum first, and basically just first wanting to know if anybody has done this before.