how can i generate a new database using vb? i want to create a MS access database. anyone, please give me an idea. thank you for your time.
creating db using access
Collapse
X
-
I just ran a search on TheScripts (see the search box, top-right of the page) for "vb create database" and found lots of entries. You should try it.Originally posted by mabzkiejust to make it clear.... how can i possibly create a new database with just a single click in the command button using vb? the database i wanted to create is .mdb file. thank you. sorry for the confusing title.Comment
-
in vb we have function called createdatabase in dao component. by using this you would able to create the database.
and then by using Tabledef you can able to create structure of the table.Comment
Comment