View Single Post
  #2 (permalink)  
Old 06-05-2007, 12:47 PM
belotrei belotrei is offline
Junior Member
 
Join Date: May 2007
Posts: 37
Default

Code:
Con.CreateSQLTable ("Table1","mastertablename")

What is the syntax that needed to be added to the code above if i want to set the data type of certain column when making sql table?
Ex: i want to set "number" column to numeric.

So i don't have to reedit the data type of column anymore with third-party application.

Thanks.
Reply With Quote