djjeavons
Jul 18th, 2002, 02:30 AM
Hi
I need some help with managing Access databases. I am trying to write an application that will allow a user to create a new Access 97 or 2000 database and also to create tables and fields with all the usual primary keys and default values.
Doing this in VB6 with DAO was a breeze but I can't find anything to help me do this in VB.NET. I have used ADOX to create the database and that is Ok and I also noted that there are ADOX.Table and ADOX.Column properties but I do not know how to use them and the MSDN section of Microsoft was lacking on information regarding ADOX. Also, I believe ADOX is an older version of ADO.NET and I would perfer to use the new technology to do this.
Any help would be much appreciated.
I need some help with managing Access databases. I am trying to write an application that will allow a user to create a new Access 97 or 2000 database and also to create tables and fields with all the usual primary keys and default values.
Doing this in VB6 with DAO was a breeze but I can't find anything to help me do this in VB.NET. I have used ADOX to create the database and that is Ok and I also noted that there are ADOX.Table and ADOX.Column properties but I do not know how to use them and the MSDN section of Microsoft was lacking on information regarding ADOX. Also, I believe ADOX is an older version of ADO.NET and I would perfer to use the new technology to do this.
Any help would be much appreciated.