Hello All,

I m using linux and gcc complier.

Myodbc driver and itz APIs working fine in my
application to manipulate the database.

I m having one problem.

First i run query Select id.......from ...
then I use SQLBindCol to bind the columns after that i
use SQLFetch to fetch the rowset.
then i use SQLFreeStmt with SQL_UNBIND and SQL_CLOSE
one by one.
at the time of disconnect i use SQLFreeStmt with
SQL_DROP. 
all the fuction in this sequence does work. but when i
use query Select * from ........
It does not work and gives Segmentation fault in the
function SQLFreeStmt with SQL_CLOSE, if i comment
this, it gives with SQLFreeStmt with SQL_DROP....

I m unable to catch the cause, can anyone help me to
come out this problem.

Thanx in advance.
Rgds,
Jenny


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to