Unable to Add table to access database

cpress

New member
Joined
Aug 2, 2005
Messages
1
Programming Experience
3-5
When I set up OleDbDataAdapter and make a database, then i get to the Query Builder form, I cannot "Add" a table. Does anyone know why this would happen

CPress
VS.NET 2003 Architect
 
ADO.NET does not support data structure changes in MS Access. You'd have to reference ADOX, DAO, or modify the DB manually and port the data from the old DB to the NEW DB in code.
 
Back
Top