From: <br...@br...> - 2004-03-25 10:44:50
|
Commited. On Mon, 22 Mar 2004 09:25:37 -0800 (PST), Jeff Smith wrote: > > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |