01-08-2008 06:48 AM
01-09-2008
11:15 AM
- last edited on
03-23-2024
05:13 PM
by
Content Cleaner
wuliao23,
The Database Connectivity Toolkit can be used to connect to a database and interact with it using built-in functions or SQL. This toolkit can connect to many popular databases, including Oracle, dBase, Microsoft Access, and Microsoft SQL server.
Using this toolkit you will be able to create tables in the database (your first question) and perform queries using SQL to retrieve sets of data (your second question). If you are unfamiliar with using SQL, I have found the following page to be very useful for learning the basics you need to get started:
SQL Tutorial
01-09-2008 05:06 PM