Thread
:
specifying datatypes when converting table to SQLite DB
View Single Post
#
2
(
permalink
)
06-14-2007, 04:56 AM
Erel
Administrator
Join Date: Apr 2007
Posts: 15,614
Awards Showcase
Total Awards
: 1
You should first create the table columns using cString or cNumber, afterwards load the data using LoadCSV without recreating the columns.
That way it will save the number columns as REAL columns in the SQL db.
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel