View Single Post
  #1 (permalink)  
Old 06-05-2007, 01:14 PM
belotrei belotrei is offline
Junior Member
 
Join Date: May 2007
Posts: 37
Default How to set data type when creates sql table?

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