|
sqlite_free_table bug??: msg#00119db.sqlite.general
I am having problems with sqlite_free_table. I tried and cannot call it twice in a row. Is that the same as cant be call with "NULL" pointer? using the same pointer as in example, something like this. char **result; char request_saved[300] = "select * from abc"; int nrow = 0; int ncolumn = 0; int rc = 0; void FreeTable( void ) { sqlite_free_table(result); } int foo (void) { FreeTable(result); rc = sqlite_get_table(db, request_saved, &result, &nrow, &ncolumn, &zErrMsg); return foo; } Any ideas? To unsubscribe from this group, send an email to: sqlite-unsubscribe-VgYJa0VH1e9BDgjK7y7TUQ@xxxxxxxxxxxxxxxx Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: New to Sqlite Got an error though: 00119, Dennis Przybyla |
|---|---|
| Next by Date: | Re: sqlite_free_table bug??: 00119, Colin Shum |
| Previous by Thread: | New to Sqlite Got an error thoughi: 00119, wsuff-DgyQHVhR5ZAmz2Dbq8P9jA |
| Next by Thread: | Re: sqlite_free_table bug??: 00119, Colin Shum |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |