In our application which is completely in C++,we are using the Sybase libraries for firing select queries and after the connection is established we are fetching each row using next()
.
My query here is is there a way where we can fetch all the rows into our memory from sybase. like:
- establish connection
- select query
- store the result completely in memory in any form
- then try to access that memory