RE: Connect to 4.1 using MyOBDC

2003-09-26 Thread Needham, Duane
On Friday, September 26, 2003 7:10 AM, Patrick Shoaf wrote: > ...Given that problem, and my success accessing MySQL > from any place with a natural (not ODBC) driver, I would look to ODBC first > the MySQL second. I'm coming into this discussion late, so I apologize if this is too elementary or

Re: Connect to 4.1 using MyOBDC

2003-09-26 Thread Patrick Shoaf
I believe the problem is in the ODBC drivers on MS Winx platforms. I have no problems accessing MySQL from MySQL Control Center or from perl or other programs NOT using ODBC. I have a MS FoxPro application using ODBC to connect to MS SQL Server via TCP/IP and MS FoxPro has problems connecting

RE: Connect to 4.1 using MyOBDC

2003-09-25 Thread Holly Chamberlain
I can connect to my v4.1 MySQL server from Crystal Reports v8.5 using MyODBC v3.51. (Via selecting my DSN from the list of ODBC DSNs that Crystal shows me). -Holly -Original Message- From: Randy Chrismon [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:21 AM To: [EMAIL PRO

Re: Connect to 4.1 using MyOBDC

2003-09-25 Thread Randy Chrismon
Seems to be a problem with the fact that the server is on a Linux box. I was having this problem connecting the mysql command environment to the linux server until I added -protocol=TCP to the login statement. Or maybe it's just that we use a TCP/IP network (doesn't everybody?). Anyway, my test use

Re: Connect to 4.1 using MyOBDC

2003-09-25 Thread Director General: NEFACOMP
I use MyODBC 3.51.06 to connect my VB applications to MySQL and it works. Thanks Emery - Original Message - From: "Randy Chrismon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 19:20 Subject: Connect to 4.1 using MyOBDC Please tell me it ain't so! My te