View Single Post
  #4 (permalink)  
Old 06-05-2007, 05:17 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,124
Default

CreateSQLTable will convert all cString columns to TEXT columns and all cNumber columns to REAL columns.
You should create the right types when you create the table.
If you are loading CSV files then you can first create the columns (with their types) and then load the data.
Reply With Quote