PDA

View Full Version : Create Database Table



lambertm
2004-06-04, 09:50 AM
Thanks for all the replies regarding my previous message – connecting to a data SQL database – which I have managed to do. Now I need to create a new table and records. How is this done programmatically with VBA. I’m using AutoCAD 2004.

Regards
Mike

RobertAitken
2004-06-04, 10:13 AM
How are you connecting to the DB. DAO or ADO.

Is the DB an Access DB or MYSql or SQL Server etc.

Does this help http://www.vb-helper.com/howto_ado_create_table.html

Robert

degrawmd
2004-06-04, 04:34 PM
That topic is covered in segment 2 of my white paper.