View Single Post
  #2 (permalink)  
Old 02-13-2008, 01:24 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,143
Default

For small - medium databases I recommend you to use the Table control.
You can create a CSV (comma separated file) with any text editor and then load it to the table with Table.LoadCSV.

For large databases you should use the SQL library.
Reply With Quote