09-07-2005 08:53 AM
09-13-2005 09:36 AM
The SQL Toolkit has some basic drivers included, but not specialised databases.
Download the Interbase ODBC Driver and install on your PC: http://www.easysoft.com/products/data_access/odbc_interbase_driver/ after subscribing and paying or try the open source equivalent: http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_60_odbc
Then create a new connect string for SQL Toolkit. http://www.jattie.co.uk/software/cvi/help/sqlstring.htm
and use the SQL Toolit to connect to your database. Thete's lots of samples after that, the difficult part is connecting successfully.
09-14-2005 02:31 AM
Thank you for your response.
I had effectively try the SQL ToolKit with Firebird Database and Firebird ODBC Driver.
It works fine.
Now I want to try different way to improve performance.