Workable solution: writing program to communicate with remote internet MySQL server

2003-01-25 Thread M Wells
Hello All, Just thought I'd report back with what seems to be a simple, elegant solution to my previous inquiry re: writing a program to connect with the MySQL server that powers my internet site from my desktop PC. Yesterday I downloaded the latest release of PHP (ver 4.3.0) and, while reading

RE: Writing program to communicate with remote internet MySQL server?

2003-01-24 Thread M Wells
] [EMAIL PROTECTED] - Original Message - From: Murray Wells [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 4:30 PM Subject: Writing program to communicate with remote internet MySQL server? Hello All, For some time I've been wondering if it's possible

Re: Writing program to communicate with remote internet MySQL server?

2003-01-24 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Murray -- ...and then M Wells said... % ... % On the other hand, I am generally interested in whether or not it's ... % % Anyone have any thoughts on how this could be achieved? You could always read the mysqld source code and see how it does it

Re: Writing program to communicate with remote internet MySQL server?

2003-01-24 Thread Gelu Gogancea
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 24, 2003 11:32 AM Subject: RE: Writing program to communicate with remote internet MySQL server? Hi Gelu, I agree with you, and it's an excellent suggestion. On the other hand, I am generally interested in whether or not it's within

RE: Writing program to communicate with remote internet MySQL server?

2003-01-24 Thread Roger Davis
- From: M Wells [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: Writing program to communicate with remote internet MySQL server? Hello All, For some time I've been wondering if it's possible to write a program that can automatically check my

Writing program to communicate with remote internet MySQL server?

2003-01-23 Thread Murray Wells
Hello All, For some time I've been wondering if it's possible to write a program that can automatically check my local MySQL server, create a recordset containing any new or updated records found in my local table(s) since the last check, and upload those new / updated records to the MySQL server

Writing program to communicate with remote internet MySQL server?

2003-01-23 Thread M Wells
Hello All, For some time I've been wondering if it's possible to write a program that can automatically check my local MySQL server, create a recordset containing any new or updated records found in my local table(s) since the last check, and upload those new / updated records to the MySQL server

Re: Writing program to communicate with remote internet MySQL server?

2003-01-23 Thread Gelu Gogancea
] [EMAIL PROTECTED] - Original Message - From: Murray Wells [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 4:30 PM Subject: Writing program to communicate with remote internet MySQL server? Hello All, For some time I've been wondering if it's possible to write