Results 1 to 3 of 3

Thread: Users with no MS Access

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    1

    Unhappy Users with no MS Access

    Hi

    I want to build a VB program and ship with it an Access 97 database that users will be able to add/ view records.

    Some of the users do not have Access. Is this a problem?

    What is best? to use the intrinsic data control shipped with VB or use DAO code or use ADO code?

    I will need to install it on machines with Win 95/98/2000 and NT and some of these machines will not have Access/ will have access 97 or will have access 2000. What will I need to be aware of when it comes to creating the installation package using 'Package and deployment'.

  2. #2
    Fanatic Member Gary.Lowe's Avatar
    Join Date
    May 2000
    Location
    In my sphere of influence
    Posts
    621
    As long as you have the latest data access pack you should be fine.
    Gary Lowe
    VB6 (Enterprise) SP5
    ADO 2.6
    SQL Server 7 SP3

    OK I know my spelling and grammer is crap so don't quote me on it!

    To err is human to take the P! is only natural !!

    Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip


  3. #3
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Omaha, NE
    Posts
    270
    I wouldn't use the intrinsic data control. I'd use the ADO Data Control 6.0 that you can add to your project using the Project, Components menu. It has more features & functionality than the standard control although both will work with an Access database since VB's native database is the Jet (Access) database.

    Also, a Data Control provides the built-in navigation (ie. MoveNext, MovePrevious, MoveFirst, MoveLast) capabilities where using ADO code requires you add additional command buttons & associated code to your form. Plus, if you're relatively new to VB & Data Objects, ADO code can be somewhat daunting. The Data Control is much easier to use to get started.

    Nate

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