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

Reply via email to