Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB?

2002-10-03 Thread gerald_clark
are welcome. -Original Message- From: gerald_clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 3:16 PM To: Chris Couture Cc: [EMAIL PROTECTED] Subject: Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB? You need the client 'mysql' on the unix machine

RE: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB?

2002-10-03 Thread Chris Couture
are welcome. -Original Message- From: gerald_clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 3:16 PM To: Chris Couture Cc: [EMAIL PROTECTED] Subject: Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB? You need the client 'mysql' on the unix machine

RE: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB?

2002-10-03 Thread Chris Couture
Subject: RE: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB? Chris, If I understood you correctly, you have a Unix server that creates text string when an invoice is processed. That string of data is to be inserted into the MySQL database. Then you have a Windows application that needs

Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB?

2002-10-02 Thread gerald_clark
PROTECTED]] Sent: Tuesday, October 01, 2002 3:16 PM To: Chris Couture Cc: [EMAIL PROTECTED] Subject: Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB? You need the client 'mysql' on the unix machine to talk to the server 'mysqld' on whatever machine. This will allow you to write shell

RE: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB?

2002-10-02 Thread Chris Couture
: gerald_clark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 9:12 AM To: Chris Couture Cc: [EMAIL PROTECTED] Subject: Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB? Chris Couture wrote: Thanks for the info. Let me see if I have this right. (I am asking

Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB?

2002-10-01 Thread gerald_clark
You need the client 'mysql' on the unix machine to talk to the server 'mysqld' on whatever machine. This will allow you to write shell scripts that call mysql. If you want to program in PHP or perl, then you need their mysql drivers which talk to the server. Chris Couture wrote: Hi, I'm a

RE: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB?

2002-10-01 Thread Chris Couture
, 2002 3:16 PM To: Chris Couture Cc: [EMAIL PROTECTED] Subject: Re: Need Driver to connect Unix SCO 5.2 Open Server to MySQL DB? You need the client 'mysql' on the unix machine to talk to the server 'mysqld' on whatever machine. This will allow you to write shell scripts that call mysql. If you want