Hello,
I would like just to create a database using SQL. I am currently using Microsoft Visual Studio 6.0. I am currently able to add columns and tables. Change the data in the DB, but again I am not able to create the database. It does no seem that it should be that hard. Thanks for the help.The Database needs to be a Microsoft Access Database|||In your project, reference the Access object library.
In your code, use
Dim accessApp As New Access.Application
accessApp.NewCurrentDatabase ("c:\new.mdb")
to create a new mdb.sql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment