|
-
Jan 15th, 2004, 08:39 AM
#1
Thread Starter
Member
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
-
Jan 15th, 2004, 08:44 AM
#2
Show us your code. How are you opening the DB?
-
Jan 15th, 2004, 08:50 AM
#3
Thread Starter
Member
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
-
Jan 15th, 2004, 08:54 AM
#4
New Member
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.
-
Jan 15th, 2004, 09:18 AM
#5
Thread Starter
Member
its not on my list, can i dl it from anywhere
-
Jan 15th, 2004, 09:42 AM
#6
-= B u g S l a y e r =-
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
.
.
.
.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|