in reply to DBI Access windows question
One solution is to work with copies of the database. Copy the database file, modify with your own processes, and copy it back to the main file.
The proper solution is to ditch Jet database engine. You can use SQL Server (or MSDE) with Access. This will give you much more reliability.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DBI Access windows question
by Anonymous Monk on May 14, 2004 at 18:55 UTC | |
by Errto (Vicar) on May 15, 2004 at 00:14 UTC |