Cannot find connections files from application directory

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 06 Mar 2009 08:57

Maybe the problem is in the values of the Params property of TSQLConnection. Please send to dbxida*devart*com a sample project that reproduces the problem.

afixcode
Posts: 9
Joined: Mon 15 Dec 2008 13:56

Post by afixcode » Fri 06 Mar 2009 19:31

Set up my connection at run time, so I was doing some more tests comparing my code with the readme and found my problem was in the property GetDriverFunc, it is casesensitive and had a different letter. Now is working.
Thank you very much.

Post Reply