Discussion:
BDE Error 13059
(too old to reply)
RDM
2008-06-15 21:08:48 UTC
Permalink
Am trying to use an Access2007 database.
Defined an alias in the BDE, using the ODBC driver Microsoft Access Driver
*.mdb,*.accdb.
When I try open DB in the BDE, get error:
General SQL Error
[Microsoft][ODBC Microsoft Access Driver]
Invalid connection string attribute DATABASE
BDE Error 13059 [$33][$3]
Server Error 8

What to do to avoid the error???
Bill Todd [TeamB]
2008-06-15 21:53:19 UTC
Permalink
Post by RDM
What to do to avoid the error???
I have no idea what specifically is causing the error but
Borland/CodeGear stopped all development on the BDE eight years ago. It
is not really surprising that it has a problem with Access 2007. You
may have to change to the ADO data access components to solve the
problem.

I assume you have tested the ODBC DSN for the database and that the
test is successful.
--
Bill Todd (TeamB)
Loading...