For starters...
What version of ODBC are you using? Make sure your ODBC "driver manager" is
up to date. You can download the latest and greatest from Microsoft.
Next, what ODBC driver are you using to access MS ACCESS?
Not sure why you are getting all those random errors. But rest assured that
its doable.
The only thing you should keep in mind is that the actual MS JET engine that
drives ACCESS is the same driver that ODBC uses to manipulate an access
database via ODBC.
In other words, when you access an ACCESS database via ODBC, the ODBC driver
must load JET because the ODBC driver must play the part of the database
engine... In this case, its JET.
You might try the BDE native driver for ACCESS... Although, we had some
problems with it and finally dropped back to ODBC.
Also, make sure you have the latest BDE from Borland.
Hope this helps,
Michael Bowman
>Hi, im working with ODBC to Access Microsoft Access Database and i'm
>getting some strange errors like: "invalid table name', 'index not
>found' etc...
>those errors are random !
>does sombody know about such erros or better ways to work with ODBC in
>Delphi?