Board index » delphi » Problems accessing MS-Access Database - urgent
Matthias Schuster
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Problems accessing MS-Access Database - urgent
Until now (using Delphi 4, client server suite) it was absolutely no
problem to access MS-Access-databases (Access 97) using BDE-native-drivers. But now with Delphi 5 (professional) I encountered the following problem: I created a entry in the BDE-administrator and set the location of the database (drive, path, filename). Then I inserted a TDatabase-component in the delphi environment on my form and used the BDE-entry-name as Alias-property of the TDatabase-component. As Databasename-Property and Name-Property I used for example "DBLocal". Trying to set the Connected-Property of the TDatabase-component to "true" leads to an "General SQL error ...". Who has encountered the same problems or who can tell me what mistakes please mail your answers "mgschus...@hotmail.com" best regards |