Page 1 of 1

unknow driver: devartsqlserver

Posted: Mon 09 Jan 2012 10:01
by dbxsda445src
Hi,

In a Delphi XE project on a Windows 7 computer, I use a TSimpleDateset to connect to a MSSQL server. The application runs fine on that machine, but when I install the application on a Windows 7 client I get the error: NameOfSimpleDatset.Connection.DriverName: unknown driver: devartsqldriver.

In the application directory I have copied: dbexpsda40.dll

What do I forget?

Greetings,
Ronald

unknow driver: devartsqlserver

Posted: Mon 09 Jan 2012 10:57
by dbxsda445src
Hi,

I found the answer. I have added the unit DBXDevartSQLServer and now it works.

Thanks,
Ronald