Update function on a RecordSet object in VBscript causing DBISAM parse error
Hello, I'm having difficulty using the Update function on a RecordSet object while using the DBISAM 4 ODBC driver. Here is what my code looks like. dtmNewDate = DateSerial(1997, 2, 3) MsgBox(dtmNewDate) 'Create connection object & connection string Set AConnection = CreateObject("ADODB.Connection") strConnection = "Driver={DBISAM 4 ...