can I reuse wxSQLite3ResultSet from one result? Let say I get resultset and work on them and want to do the same query again. Should I re-query or I can reuse the resultset?
Thanks
wxSQLite3ResultSet - Reuse? [SOLVED]
-
- Part Of The Furniture
- Posts: 2077
- Joined: Wed Jan 28, 2009 11:57 am
- Location: United Republic of Tanzania
- Contact:
wxSQLite3ResultSet - Reuse?
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
[Ubuntu 15.04/Windows 10 Pro - GCC/MinGW, CodeLite IDE et al]
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
[Ubuntu 15.04/Windows 10 Pro - GCC/MinGW, CodeLite IDE et al]
Re: wxSQLite3ResultSet - Reuse? [SOLVED]
evstevemd wrote:can I reuse wxSQLite3ResultSet from one result? Let say I get resultset and work on them and want to do the same query again. Should I re-query or I can reuse the resultset?
Currently a wxSQLite3ResultSet instance allows to process a result set exactly once. If you need to process the same result set again you have to re-query the database to get a new result set.
Regards,
Ulrich
Who is online
Users browsing this forum: No registered users and 2 guests