M
Mark Findlay
Hello experts,
We are normally used to coding to SQL Server, but have a requirement to
write a Win32 app that will store upwards of several hundred thousand rows
in an Access database per run. (Initial run could be hundreds of thousands
of records, subsequent runs would update/add/delete columns and rows). This
app would make use of SQL TRANSACTIONS to be able to commit or rollback
entire runs.
We expect that we would need to use an ODBC Jet engine for I/O in order to
be the most compatible with the most client machines.
Can you offer any advise, warnings or other potential issues we should take
special care to avoid or code to?
thanks!
Mark
We are normally used to coding to SQL Server, but have a requirement to
write a Win32 app that will store upwards of several hundred thousand rows
in an Access database per run. (Initial run could be hundreds of thousands
of records, subsequent runs would update/add/delete columns and rows). This
app would make use of SQL TRANSACTIONS to be able to commit or rollback
entire runs.
We expect that we would need to use an ODBC Jet engine for I/O in order to
be the most compatible with the most client machines.
Can you offer any advise, warnings or other potential issues we should take
special care to avoid or code to?
thanks!
Mark