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.
|