Iam using ADO
I need to create a table thru code
Can i create using Recordset
or should i use
ado.execute command
Printable View
Iam using ADO
I need to create a table thru code
Can i create using Recordset
or should i use
ado.execute command
You need to you the MS ADO Ext. for DDL and security object to create a database, table & fields.