Re: reg MySQL connetion to COBOL

2003-12-30 Thread Patrick Sherrill
From: "Arunachalam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 6:18 AM Subject: reg MySQL connetion to COBOL > Hi, > > I am having responsibility to connect MySQL to COBOL. after such a long analysing I found there > are

reg MySQL connetion to COBOL

2003-12-30 Thread Arunachalam
Hi, I am having responsibility to connect MySQL to COBOL. after such a long analysing I found there are some C API function to connect to MySQL provided by itself. In COBOL I have the option to CALL external programs written in other languages. I follow this way to made connection to MySQL fro