Message to Bill Vaughn
- From: "FrustratedLead" <FrustratedLead@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 3 Jun 2005 07:38:03 -0700
Hello Mr. Vaughn,
I've been reading the ADO posts and answers and you seem to be very
knowledgable on the subject, so I was hoping you could help me.
I have an application that was written in VB6 several years ago, for an NT
platform. The application access both Oracle and MSAccess databases and
originally used RDO controls. The Oracle database is maintained by a third
party...not our customer.
About 1 year ago, the customer decided to put the application on a Windows
2000 platform in addition to the NT platform. Also, the 3rd Party upgrade
the Oracle database to 9i. So now the users on NT only hit the MS Access
database and the users on Windows 2000 only hit the Oracle database. All
these various scenarios worked fine with minimal changes to the software.
About 3 months ago, the developer changed the controls from RDO to ADO. The
users on the NT platform are not having any problems hitting the MS Access
database.
However, the users on the Windows 2000 platform can no longer access the
Oracle database. The magic number seems to be "64". What I mean by that is
no matter what parameters the user enters, only 64 records are returned and
then the application raises an error. When stepping through the code, the
Debug.Print statement shows the error as:
-2147217906 [Oracle][ODBC]Invalid bookmark value.
The problem seems to be the combination of Windows 2000, ADO and Oracle. In
the home office our test box is NT, ADO and Oracle 9 and we do not have a
problem hitting the Oracle database or the MS Access database.
Our next step is to upgrade the MDAC on the Windows 2000 machine from 2.5 to
2.8. Do you think this will resolve the issue? We are grasping at straws at
this point.
I am not the developer, but the lead on the project and we've been dealing
with this issue for about 2 months without any progress. Any insight you can
provide would be greatly appreciated.
Thanks,
FrustratedLead
.
- Follow-Ups:
- Re: Message to Bill Vaughn
- From: William \(Bill\) Vaughn
- Re: Message to Bill Vaughn
- Prev by Date: Re: accessing dbf files
- Next by Date: Re: ADO & SQL Server.
- Previous by thread: Re: Read from one, write into another data source
- Next by thread: Re: Message to Bill Vaughn
- Index(es):
Relevant Pages
|