kennedymr2
Programmer
I have written a vb6 (sp6) program on my computer , which uses an access 2000 database
I am running code similiar as follows.
Set db1 = OpenDatabase("c:\Test.mdb")
Set rst1 = db1.OpenRecordset("NFiles", dbOpenTable)
Set rst2 = db1.OpenRecordset("RFiles", dbOpenTable)
ie. I am not using ado
=====================================
Most of the results i get are the same, but, when i use a "seek" in the vb6 program, it appears it is not working the same on the xp computer with access 2002 on it. ie , no errors but the $$$ results are different.
Is there an incompatibility problem with vb6 and access 2002??????
Have posted to this forum, as it seems more of a vb6 problem.
Appreciate any advice.
Regards Kennedymr2
I am running code similiar as follows.
Set db1 = OpenDatabase("c:\Test.mdb")
Set rst1 = db1.OpenRecordset("NFiles", dbOpenTable)
Set rst2 = db1.OpenRecordset("RFiles", dbOpenTable)
ie. I am not using ado
=====================================
Most of the results i get are the same, but, when i use a "seek" in the vb6 program, it appears it is not working the same on the xp computer with access 2002 on it. ie , no errors but the $$$ results are different.
Is there an incompatibility problem with vb6 and access 2002??????
Have posted to this forum, as it seems more of a vb6 problem.
Appreciate any advice.
Regards Kennedymr2