VB6 with Access XP
VB6 with Access XP
(OP)
Hello -
I am trying to create a basic user interface using Visual Basic 6. I would like to use (keep) the original .mdb as my data store. The problem that I have is the Data Form Wizard in VB will not accept (recognize) the .mdb...
Is this due to the original database tables being created with Access XP?? (Am I living in the Stone Age here using VB6?)
Any pointers are appreciated!!
Thanks in advance!
I am trying to create a basic user interface using Visual Basic 6. I would like to use (keep) the original .mdb as my data store. The problem that I have is the Data Form Wizard in VB will not accept (recognize) the .mdb...
Is this due to the original database tables being created with Access XP?? (Am I living in the Stone Age here using VB6?)
Any pointers are appreciated!!
Thanks in advance!





RE: VB6 with Access XP
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: VB6 with Access XP
http
The root cause is that Access 97 is JetEngine 3.x while Access XP is JetEngine 4.x. SP4 fixes that problem.
RE: VB6 with Access XP
Loaded SP6, works like a charm!!
Thanks!