03-29-2004 01:06 PM
03-29-2004
01:53 PM
- last edited on
03-26-2026
10:28 AM
by
Content Cleaner
If you've got the old SQL Toolkit, you've got everything you need even if it's not the latest. Your add-on has been replaced with the Database Connectivity Toolkit but the old functions still work. They just don't use the latest database technology and require a bit more knowledge of the SQL progamming language. There was a user manual that came with the add-on and several examples. Put simply, you first create a Data Source Name to the database using the Windows utility ODBC Data Source Administrator. Then using functions in the toolkit, connect to the db, execute a SQL query to insert or retrieve data, and then close down the connection.
Have you tried using the toolkit and have a specifi
c question in regards to it?
03-29-2004 02:23 PM
03-29-2004 03:23 PM
03-30-2004 09:18 AM