Creating a system DSN to an Access database at runtime in Visual C++.
System DSN to Access DB
Published 11/21/2001
Creating a system DSN to an Access database at runtime in Visual C++.
ADOX stands for 'Extended ADO'. It extends ADO in that you can create tables, databases, columns etc. without the use of 'Create Table'-like SQL statements. This code creates an MDB database using ADOX.