We have written a MFC package that connects to a Unix-based SQL server using CDatabase/CRecordset classes. We are experimenting with alternative SQL databases & have hit a problem with Interbase 6.0 & Easysoft's ODBC driver. Our software occasionally has a need to forcibly lock a single record. This is done using "SELECT col,col... FROM file WHERE col='whatever' FOR UPDATE" Under Interbase, the record can still be updated but another connection can also update it.
We don't have enough time to evaluate Interbase (& other databases) in depth, so is there anyone out there who's had similar problems.
Thanks
Spen
PS: What does everybody think of Interbase as a product compared with MS-SQL or MySQL?
We don't have enough time to evaluate Interbase (& other databases) in depth, so is there anyone out there who's had similar problems.
Thanks
Spen
PS: What does everybody think of Interbase as a product compared with MS-SQL or MySQL?