SQLColumn[...] represents a column in an SQL table.
This tutorial discusses how to retrieve information about data types. When you create a table, you will need to refer to these data types. If you find that the examples in ...
The first step in using a database is making a connection. This part of the tutorial discusses how to do this. If you are just starting to use DatabaseLink, you might want to ...
SQLConnectionInformation[conn] returns a list of information about the SQL connection.
SQLSelect selects and returns data from a database. An alternative, using raw SQL, is described in "Selecting Data with Raw SQL". If you find that the examples in this ...
When large amounts of data are being transferred between Mathematica and a database, you may find that the operations are slow. In this case it may be advantageous to use a ...
This section discusses commands that get information about database tables. If you find that the examples in this section do not work as shown, you may need to install or ...