creating db using access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mabzkie
    New Member
    • Jan 2007
    • 19

    creating db using access

    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.
  • mabzkie
    New Member
    • Jan 2007
    • 19

    #2
    just 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

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by mabzkie
      just 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.
      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.

      Comment

      • senthilk111
        New Member
        • Jan 2007
        • 9

        #4
        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

        • mabzkie
          New Member
          • Jan 2007
          • 19

          #5
          thanks for the reply sirs!

          Comment

          Working...