Page 1 of 1

Missing Database property

Posted: Wed 22 Dec 2004 14:24
by Guest
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

Posted: Wed 22 Dec 2004 15:28
by Guest
Scrap that last question, there was a clientdataset that was being opened before the parameters were loaded which caused the problem.

Andrew