I have a vb6 textbook and one of the lessons was using Visual Data Manager(add-in tool) to create and design a access database. Does vb.net have something like VDM or do you have to first establish the database in access?
Thanks
Printable View
I have a vb6 textbook and one of the lessons was using Visual Data Manager(add-in tool) to create and design a access database. Does vb.net have something like VDM or do you have to first establish the database in access?
Thanks
I don't know if .NET has the VDM, but try ADOX (COM). It will give you the ability to create the database at runtime.