This is a discussion on dbnextrow error.... within the Sybase forums, part of the Database Server Software category; --> i m using the code... if(l_SqlResult_l == SUCCEED) { while (dbnextrow(g_DbProc_stp) != NO_MORE_ROWS) { } } in this the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| i m using the code... if(l_SqlResult_l == SUCCEED) { while (dbnextrow(g_DbProc_stp) != NO_MORE_ROWS) { } } in this the procedure returns nothing and i should go out of this while loop but when i m executing this code it gives bus error(core dump) i have debug this code but unable to solve... plz reply as soon as possible.... |
| ||||
| Hello, Can you provide a stacktrace for the core dump? Also, what version of DB-Library are you using? strings -a $SYBASE/$SYBASE_OCS/lib/libsybdb.so | grep Sybase Finally, one note of caution. DB-Library is not threadsafe so do not attempt to use it in a threaded application. |