How to access and modify and add records in MySQL table from a Windows Client?
How to access and modify and add records in MySQL table from a Windows Client?
am 19.10.2007 02:58:07 von JAYO
The MySQL table is located in a Linux Server OS, so I need the
information from that table for updating Paradox tables in Windows OS.
If a PHP program in the Linux Server can save a file with the
information I need, can I make a PHP program in Windows OS to get the
saved file or even better, to access the table in the Linus Server OS?
Do I have another options?
Thank you very much in advance
Best Regards
JAYO
Re: How to access and modify and add records in MySQL table from a Windows Client?
am 19.10.2007 03:07:52 von luiheidsgoeroe
On Fri, 19 Oct 2007 02:58:07 +0200, JAYO wrote:
> The MySQL table is located in a Linux Server OS, so I need the
> information from that table for updating Paradox tables in Windows OS.
> If a PHP program in the Linux Server can save a file with the
> information I need, can I make a PHP program in Windows OS to get the
> saved file or even better, to access the table in the Linus Server OS?
> Do I have another options?
This is more of an MySQL question, allthough you could write a tool for
this with there are much better solutions. Either use the dump/import
tools provided with MySQL, talk to the database on the Linux server
directly, or set up a master/slave server, all according to your exact
needs.
--
Rik Wasmus
Re: How to access and modify and add records in MySQL table from a Windows Client?
am 19.10.2007 03:40:46 von JAYO
On 18 oct, 20:07, "Rik Wasmus" wrote:
> On Fri, 19 Oct 2007 02:58:07 +0200, JAYO wrote:
> > The MySQL table is located in a Linux Server OS, so I need the
> > information from that table for updating Paradox tables in Windows OS.
> > If a PHP program in the Linux Server can save a file with the
> > information I need, can I make a PHP program in Windows OS to get the
> > saved file or even better, to access the table in the Linus Server OS?
> > Do I have another options?
>
> This is more of an MySQL question, allthough you could write a tool for
> this with there are much better solutions. Either use the dump/import
> tools provided with MySQL, talk to the database on the Linux server
> directly, or set up a master/slave server, all according to your exact
> needs.
> --
> Rik Wasmus
Tnank you for your answer, Rik.
About master/slave server. Can either be a diferent OS?
Re: How to access and modify and add records in MySQL table froma Windows Client?
am 19.10.2007 04:05:17 von Jerry Stuckle
JAYO wrote:
> On 18 oct, 20:07, "Rik Wasmus" wrote:
>> On Fri, 19 Oct 2007 02:58:07 +0200, JAYO wrote:
>>> The MySQL table is located in a Linux Server OS, so I need the
>>> information from that table for updating Paradox tables in Windows OS.
>>> If a PHP program in the Linux Server can save a file with the
>>> information I need, can I make a PHP program in Windows OS to get the
>>> saved file or even better, to access the table in the Linus Server OS?
>>> Do I have another options?
>> This is more of an MySQL question, allthough you could write a tool for
>> this with there are much better solutions. Either use the dump/import
>> tools provided with MySQL, talk to the database on the Linux server
>> directly, or set up a master/slave server, all according to your exact
>> needs.
>> --
>> Rik Wasmus
>
> Tnank you for your answer, Rik.
> About master/slave server. Can either be a diferent OS?
>
>
>
As Rik indicated - your question is more related to MySQL, not PHP. And
this is a PHP newsgroup.
Try a mysql newsgroup - such as comp.databases.mysql.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================