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