Click here to Skip to main content
15,890,347 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is there something like recordset with filter like property in c++ in Linux(Ubuntu) ?

Or what else can be used in place of recordset in this case ?

Does anyone know something for this?

What I have tried:

Till now I am fetching values from variables but due to large data to be used I can't continue the same process.
Posted
Updated 14-Jan-17 20:13pm

1 solution

Quote:
Till now I am fetching values from variables but due to large data to be used I can't continue the same process
You know, you may may use arrays (if you really need, often you don't need to retrieve a large amount of data at the same time).
Anyway you should better detail your scenario, in order to get better help.
 
Share this answer
 
Comments
#dev_Preet 13-Jan-17 1:12am    
I am using libpqxx library for postgresql . Then I create a non transaction object using connection. Using that object I am fetching my result. But I need to search rows based on a criteria from that result set.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900