Hi Traci, DBEConnection was closed before compile. I set the Load params to true but didn't make any difference.
Any other ideas ? Matt. ----- Original Message ----- From: "Traci Sumpter" <[EMAIL PROTECTED]> To: "NZ Borland Developers Group - Delphi List" <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 2:56 PM Subject: RE: [DUG] DBExpress. > Check that load params on the DBEConnection is set to true if you want to > use the DBConnections.ini file. If you forget to do this the application > will look in the location of your (development computer) ini files. > > Make sure the DBEconnection is closed before compile. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Matt Comb > Sent: Friday, 6 August 2004 2:48 p.m. > To: NZ Borland Developers Group - Delphi List > Subject: [DUG] DBExpress. > > > Hi There, > > Currently trying to deploy a DBExpress app which is connecting to MYSQL. > > On my development machine it works fine, but once I deploy it on another > machine it fails. > > Heres the steps i have tried. > > 1) Copied the exe with the correct versions of libmysql and the dbexpress > dll, dbxconnections and dbxdrivers onto the new machine and application > crashes (this is a basic sqlconnection application that just opens the > connection nothing more). (Works fine on dev machine) > > Result: Failed and crashed with Access Violation. > > 2) Tried the approach linking in the dCUs instead of external dll same > result. > > 3) Tried using a third party DBX4MySQLE Mysql Driver which again works > perfectly on my dev machine but same result on new machine. > > Has anyone successfully deployed a dbexpress application programmed in > delphi onto another machine that may know the magical step I am missing ? > > Regards, > > Matt. > > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > > > _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
