Position record at a specific position
From: Paulo (Paulo_at_discussions.microsoft.com)
Date: 08/11/04
- Next message: www.fruitfruit.com: "Re: How to call Oracle Stored Procedure using ADO?"
- Previous message: Raph C.: "RE: bcp_init fails on Windows XP, works fine on Windows 2000"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Aug 2004 09:37:04 -0700
Hi,
I'm having a little trouble here. I'm using VC++ and ODBC API.
The thing is i want to search an entire recordset for a given value in a
specific column, but i don't want to query the database since i want to
maintain the recordset as it is, so i can have the whole recordset still
available.
Right now i'm iterating through all records and test if there's a match.
As you can imagine in large databases this takes ages.
Is there a fast way to get the record i want (using another query) and then
position the original recordset in the same record, using some kind of
mechanism and using data from the other query like a Row Id?
Thanks for you help.
- Next message: www.fruitfruit.com: "Re: How to call Oracle Stored Procedure using ADO?"
- Previous message: Raph C.: "RE: bcp_init fails on Windows XP, works fine on Windows 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading