Good afternoon:
Using D2010/dbExpress/SQL2005, I am getting the error:
"DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, or of the wrong version."
I have installed the SQL 2008 Native client, and continue to get the error. I am able to connect successfully to the database while I'm in the IDE and if I leave it connected and run the application, it works fine. But if I disconnect from the database in the IDE and run the application, when I attempt to connect to the database, I receive the error.
Regards,
D2010 Rad - DBX Error: Driver could not be properly init...
-
- Posts: 2
- Joined: Thu 12 Aug 2010 19:15
-
- Posts: 2
- Joined: Thu 12 Aug 2010 19:15
To solve the problem use DbxSda driver.
Using our dbExpress drivers is the similar to using standard dbExpress drivers supplied by Borland, but our drivers have higher performance, extended options for advanced behaviour, and ability of monitoring query execution.
To setup SQLConnection for using DbxSda just set at design-time the ConnectionName property to "Devart SQL Server" connection configurations.
Using our dbExpress drivers is the similar to using standard dbExpress drivers supplied by Borland, but our drivers have higher performance, extended options for advanced behaviour, and ability of monitoring query execution.
To setup SQLConnection for using DbxSda just set at design-time the ConnectionName property to "Devart SQL Server" connection configurations.