View Single Post
  #2 (permalink)  
Old 06-14-2007, 04:56 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,614
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

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.
Reply With Quote