MATHEMATICA FEATURED EXAMPLE
Add Data to a Database Table
DatabaseLink allows you to interface with databases. Here, SQLInsert is used to put data in a database table.
If you find that these examples do not work as shown, you may need to install or restore the example database with the
package, as described in "Using the Example Databases".
After loading DatabaseLink and opening a connection, create a table and insert one row of data in it:
| In[20]:= |
| In[21]:= |
| In[22]:= |
| In[23]:= |
| Out[23]= |
| In[24]:= |
| Out[24]= |
| In[25]:= |
| Out[25]= |
| In[26]:= |
| Out[26]= |

