Re: COBOL Syntax of calling MySQL's C API

2004-01-02 Thread info
;mySQL List" <[EMAIL PROTECTED]> Sent: Friday, January 02, 2004 2:20 AM Subject: Re: COBOL Syntax of calling MySQL's C API > When I change the value of fMySQLSocket to NULL > i.e., 05 C-cMySQLSocketpic x(8). >88 fMySQLSocket value NULL. &

Re: COBOL Syntax of calling MySQL's C API

2004-01-02 Thread Arunachalam
ULL is not zero). > > Pat... > > > - Original Message - > From: "Arunachalam" <[EMAIL PROTECTED]> > To: "Patrick Sherrill" <[EMAIL PROTECTED]> > Sent: Wednesday, December 31, 2003 4:22 AM > Subject: Re: COBOL Syntax of callin

Re: COBOL Syntax of calling MySQL's C API

2003-12-31 Thread Patrick Sherrill
rill" <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 4:22 AM Subject: Re: COBOL Syntax of calling MySQL's C API > hi, > > >From COBOL I have tried to Connect to MySQL using the C API functions given by MySQL. Finally I > struck up with the error during runt

Re: COBOL Syntax of calling MySQL's C API

2003-12-31 Thread Patrick Sherrill
trick Sherrill" <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 4:22 AM Subject: Re: COBOL Syntax of calling MySQL's C API > hi, > > >From COBOL I have tried to Connect to MySQL using the C API functions given by MySQL. Finally I > struck up with the error duri

Re: COBOL Syntax of calling MySQL's C API

2003-12-30 Thread Patrick Sherrill
Being COBOL illiterate, I may not be able to help. Two questions come to mind in reviewing the parameters you are passing. Are the parameters by reference passed as char-like pointers and the parameters by content passed as integers? If they are, then the only issue I see as a possibility is that