Results 1 to 6 of 6

Thread: is there any way to create a ms access database using vb.net and ado.net.

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Posts
    10

    is there any way to create a ms access database using vb.net and ado.net.

    is there any way to create a ms access database using vb.net and ado.net. I know that i can reference the ado com controls but I don't want to do that if I don't have to

  2. #2
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    I cant see a way to create an Access database outside its object library, ie not without ADO, but I've might overlooked something.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: is there any way to create a ms access database using vb.net and ado.net.

    Originally posted by vbdotdeveloper
    is there any way to create a ms access database using vb.net and ado.net. I know that i can reference the ado com controls but I don't want to do that if I don't have to
    Well , try this :
    http://www.vbforums.com/showthread.p...t=new+database

  4. #4
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Thumbs down

    It would be nice to know what the Import statements are.
    ~Peter


  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    It must be :
    Imports System.Data

    the code is not using any other reference but I am not quite sure of that (sounds like so)

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    It looks like there is no .NET way to do so you just have to use a reference to ADO and ADOX and use ADOX to make the database the same as in VB6.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width