reg connecting COBOL to MySQL via ODBC

2003-12-03 Thread P Arunachalam
I would like to connect MySQL to COBOL via ODBC, I have installed MyODBC 2.50 in my localhost and I can able to create the DSN for the MySQL Database in remote server. I am in need of an interface to connect MySQL to COBOL. Is there any provision already exists with MySQL? if so can you please exp

reg C API from MySQL

2003-12-11 Thread P Arunachalam
I am in a position to connect MySQL into COBOL. I have properly downloaded the MyODBC from your website. I have tried to Establish connection from COBOL through the C API it have. For that I have to link certain run time library for C API given by MySQL. like 'mysqlclient.lib', ... I want to clar

Re: reg C API from MySQL

2003-12-16 Thread P Arunachalam
gt; > [EMAIL PROTECTED] > CocoNet Corporation > SW Florida's First ISP > 825 SE 47th Terrace > Cape Coral, FL 33904 > > > > > > - Original Message - > From: "P Arunacha

Re: reg C API from MySQL

2003-12-16 Thread P Arunachalam
gt; > [EMAIL PROTECTED] > CocoNet Corporation > SW Florida's First ISP > 825 SE 47th Terrace > Cape Coral, FL 33904 > > > > > > - Original Message - > From: "P Arunacha

Bug in mysql.h header file

2003-12-16 Thread P Arunachalam
27;*' c:\mysql\include\mysql.h(284) : error C2059: syntax error : ')' c:\mysql\include\mysql.h(285) : error C2143: syntax error : missing ')' before '*' c:\mysql\include\mysql.h(285) : error C2143: syntax error : missing '{' befor

Re: Bug in mysql.h header file

2003-12-16 Thread P Arunachalam
> added in the 'Object/library module' field separated > by spaces (e.g. > 'wsock32.lib mysqlclient.lib'). Don't forget to add > the path to the > mysqlclient library in the 'Additional library > path:' field. > > Pat... > > > - Or