19 Aug
2004
19 Aug
'04
2:25 p.m.
For SQL code, I check now with: hdl = mapi_query(mid, "very wrong query."); while( mapi_next_result(hdl) ) { if (mapi_result_error(hdl)) { // error handling here how to do this equivalent for mil queries? Or dont we need mil queries anymore? My personal opinion is to keep doing it the old way for mil-type queries (if (mapi_error()) etc), but that does not seem to work... -- Arjan Scherpenisse Centrum voor Wiskunde en Informatica, Amsterdam, the Netherlands