create database using createdatabase function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • senthil111
    New Member
    • Oct 2006
    • 1

    #1

    create database using createdatabase function

    hello my name is senthil,
    i am facing a problem in creating database in ms access using vb 6.0 .
    i placing error code below
    dim db as database
    set db=createdataba se("test.mdb"," c:\")

    i am getting error

    3017
    could not find intallation isam
  • scripto
    New Member
    • Oct 2006
    • 143

    #2
    go to this link for the possible solution

    http://support.microso ft.com/kb/209805

    Comment

    Working...