dbisam

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 ...

DBISAM database utility

I have a DBISAM database that I need to open and view and eventually migrate to SQL server, if not atleast a comma separated file. Does anyone know of a util to do that? ...