Results 1 to 3 of 3

Thread: Beginer Question

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Bay Area
    Posts
    1
    Wondering if someone could answer an easy one for me.

    I am trying to front end a simple MS Access DB created in Access 2000 using VB 6.0, It won’t let me set it up to add records. Keeps saying, “Text property is read only”

    When I go into the db file of look at the data, it tells me that the file was made a different version than 2000. The VB data control wouldn’t let me select the DB that was created in Access 2000. It gives me “Unrecognized database format, PATH”

    Any Idea where I can find anything on this?

    Thanks

  2. #2
    Guest
    right click on the toolbar in the VB work space, click
    "Components" and add "Microsoft ADO Data Control
    6(OLEDB)"
    click on the custom property for this control, the
    general tab should already be selected,
    now chooose the "use connection string" option button,
    and click build, there is a list of OLE BD providers,
    choose "Microsoft Jet 4.0 OLE DB Provider".

    thats about it, click next and chooose the database
    name, click next again and choose whether you want to
    be able to read write, etc to the DB, then click OK,
    and `viola.

  3. #3

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