[Wxsqlite-users] precompile with wxSQLiteQueryResult
Status: Beta
Brought to you by:
blackpaw
From: Jake S. <ja...@za...> - 2004-04-13 22:30:17
|
I have been using the experimental precompile 'bits' in wxSQLite - everything is working great. Sometimes I would find it benefitical to be able to precompile the sql statement in wxSQLiteQueryResult. For me I query the db on the server end and of course don't know how many rows are going to be returned. I need to know how many rows have been returned so that I can tell the client how much data to expect - in this case I have been using wxSQLiteQueryResult as I don't want to create another temporary data structure to hold the rows if I was using wxSQLiteQuery. Does anyone have any other thoughts on how to approach this situation? I'm curious why wxSQLiteQueryResult was never given that ability - other than noone asked or just did it. cheers jake |