I have just started using ADO instead of DAO.
Using VB6 - SP5.
How can I create a new table in an existing database I am connected to?
For example Create table "NewTable" with 2 fields ( "Fld1", "Fld2"
. Fld1 is string and Fld2 is double. Already connected to the database with myCnn.
Sample code and suggestions greatly appreciated.
Billg in hot California.
Using VB6 - SP5.
How can I create a new table in an existing database I am connected to?
For example Create table "NewTable" with 2 fields ( "Fld1", "Fld2"
Sample code and suggestions greatly appreciated.
Billg in hot California.