myodbc SQLFetch crash

2002-05-12 Thread Shiva Shankar Chetan

i am connecting to mysql thru myodbc using iodbc driver manager. when 
retrieving data, SQLFetch() crashes with 
SIGSEGV signal. i 'gdb'ed into SQLFetch() and found that it crashed in the 
very first statement, ENTER_STMT(pstmt). there are no problems when 
executing SQLExecDirect and SQLBindCols which precede the call to 
SQLFetch. Please let me know what the problem is.

thanks
chetan




-
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




sqlbindcol

2002-03-21 Thread Shiva Shankar Chetan

Hi,

I am trying to get the following to work but it returns invalid values.

SQLINTEGER size;
SQLExecDirect (hstmt, Select  8, SQL_NTS);
SQLBindCol(hstmt,1, SQL_C_ULONG, size,0,NULL);

I tried various datatypes for size but I always get some invalid values. 
Is 
the above correct or do I need to make any modification ?

Thanks
Chetan




-
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




sqlbindcol

2002-03-20 Thread Shiva Shankar Chetan

Hi,

I am trying to get the following to work but it returns invalid values.

SQLINTEGER size;
SQLExecDirect (hstmt, Select  8, SQL_NTS);
SQLBindCol(hstmt,1, SQL_C_ULONG, size,0,NULL);

I tried various datatypes for size but I always get some invalid value. Is 
the above correct or do I need to make any modification ?

Thanks
Chetan



-
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