Re: OledbDataReader Problem.
- From: "Val Mazur \(MVP\)" <group51a@xxxxxxxxxxx>
- Date: Wed, 10 Aug 2005 23:05:08 -0400
Frank,
Is it consistent on both PCs or not?
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"Frank Richardson" <Frank Richardson@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:FB6D72B6-8D48-4651-9E70-E307BFFE73FE@xxxxxxxxxxxxxxxx
> Help me,
>
> I have 2 computers with the same configuration and my application did'nt
> have the same reaction.
>
> I had a probleme with the read method for datareader. I checked with the
> "hasrows" method and it confirmed that there was records in the reader but
> in
> debug when the yellow line fetched on the read method it passed through
> without entering the code event if the "read" method returned true and the
> end of sub the "read" method value changed false.
>
> The problem occur when i put a "where" condition in my sql code:
>
> ex : "select * from client" work
> "select * from client where clientID = " & me.clientid.txt did'nt
> work
>
> I use a access 2000 database
>
> thank
.
- References:
- OledbDataReader Problem.
- From: Frank Richardson
- OledbDataReader Problem.
- Prev by Date: Re: ADO.NET performance with large tables
- Next by Date: ADO truncate zeros before the decimal
- Previous by thread: OledbDataReader Problem.
- Next by thread: ADO truncate zeros before the decimal
- Index(es):
Relevant Pages
|
Loading