Results 1 to 9 of 9

Thread: Using VB with Access 2000

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    69

    Using VB with Access 2000

    If I create an vb app that connects to and retrives information from Access 2000. Does the end user have to have Access loaded on their machine to use the vb program?

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    nope, just Jet which you can get from here www.microsoft.com/data

  3. #3
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    No, I have made apps that use an Access Database through ADO, and I just set up an ODBC connection. I put the mdb on the client machine without Access and it works.
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    What about stuff like inporting data and compact/repair? Will that work without Access on the system?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  5. #5
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    compact and repair, yes
    importing, doesn't look so hot

  6. #6
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    chrisjk


    Is there any documents on this. I'd like to read up on what is and ain't required...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  7. #7
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Check out "DBEngine" at msdn.microsoft.com/library

  8. #8
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Will do...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    69
    Thanks to All!

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