Results 1 to 6 of 6

Thread: vb 6 with access issues

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2004
    Posts
    36

    vb 6 with access issues

    hi guys,

    i am trying to use vb 6 with access 2000 file format. but this doesnt seem to work. so far i have only managed to implement my program using 97 file format. is there any way i can change this or not using vb6.

    thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Show us your code. How are you opening the DB?

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2004
    Posts
    36
    basically i am opening it through a data access control. Then i have 7 text fields which basically are referrenced to fields from the database

  4. #4
    New Member
    Join Date
    Jan 2004
    Posts
    3
    Try adding a control - Microsoft ADO Data Control 6.0
    It supports ADO, which is used by Access 2000, as far as I can remember.

    Add the ADODC control to your form instead of the regular Data one.

  5. #5

    Thread Starter
    Member
    Join Date
    Jan 2004
    Posts
    36
    its not on my list, can i dl it from anywhere

  6. #6
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    dont think you can dl it from anywhere... its part of the visual basic installation... it should be in your list of components

    MSDN

    Control Summary
    The following is a summary of ActiveX control files shipped with the different editions of Visual Basic:

    ActiveX Control FileName Version Edition*
    ------------------------------------------------------------------------

    ADO Data Control 6.0 (OLEDB) MSADODC.ocx 6.00.8171 L,P,E

    AXBrowse VCMAXB.ocx 6.00.8169 P,E

    Cdlg RepCdlg.ocx 6.00.8161 P,E

    Chart Control 6.0 MSChart.ocx 6.00.8079 P,E
    .
    .
    .
    .

    -= a peet post =-

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