Thread
:
how to create a database ?
View Single Post
#
2
(
permalink
)
02-13-2008, 01:24 PM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,143
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.
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel