Missing Database property

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Guest

Missing Database property

Post by Guest » Wed 22 Dec 2004 14:24

Hi,

When I compile my Delphi7 project in the delphi IDE everything works fine but when I use the commandline compiler (using want to make builds) I get Missing Database Property when starting the .exe file.

I am loading the connection properties manually from a .ini file and using SQLServer as the drivername (vendorlib sqloledb.dll).

What lib files do I need to make the same build using the commandline compiler as when I build using the Delphi7 IDE?

Sincerely,

Andrew

Guest

Post by Guest » Wed 22 Dec 2004 15:28

Scrap that last question, there was a clientdataset that was being opened before the parameters were loaded which caused the problem.

Andrew

Post Reply