;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.
&
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
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
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
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