Page 1 of 1

Unknown driver: DevartSQLServer. Delphi 10.4

Posted: Thu 15 Oct 2020 19:10
by alexhaifa
Hello Guys,

In project time I can log in my DB and I don't have any problem.
But when I run the application, I get this message:

[ Unknown driver: DevartSQLServer. ]

My connection configuration are:

Code: Select all

BlobSize=-1
HostName=192.168.2.7,1438
DataBase=Hermesqualidade1
DriverName=DevartSQLServer
User_Name=sa
Password=z3us
LongStrings=True
EnableBCD=True
FetchAll=True

Where my application.exe is in, I have the dbexpsda41.dll

Regards

Re: Unknown driver: DevartSQLServer. Delphi 10.4

Posted: Thu 29 Oct 2020 16:22
by Stellar
Thank you for the information. Please make sure that the dependency "DBXDevartSQLServer" has been added to the uses clause. For example:

Code: Select all

uses
  DBXDevartSQLServer;