From: Jeff S. <why...@ya...> - 2004-03-22 17:25:43
|
In _SQLFreeStmt, please add these definitions: struct _hdbc *dbc = (struct _hdbc *) stmt->hdbc; struct _henv *env = (struct _henv *) dbc->henv; MdbSQL *sql = env->sql; and inside the fOption == SQL_DROP block, add this call mdb_sql_reset(sql); This is needed for my SQLTables implementation which I should be submitting some time this week. -- Jeff Smith __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |