Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-13 Thread Alex Shi
> > > the mysql list). Put simply, you can specify which port you want MySQL to > > > use. However if the ISP only allows certain ports, eg SMTP, HTTP, _and_ > > > you're already using those ports, then you're stuck up a creek. > > > > > > Of course you can always ask your ISP to unblock that port

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-13 Thread Jason Wong
On Saturday 13 July 2002 14:51, Alex Shi wrote: > > the mysql list). Put simply, you can specify which port you want MySQL to > > use. However if the ISP only allows certain ports, eg SMTP, HTTP, _and_ > > you're already using those ports, then you're stuck up a creek. > > > > Of course you can a

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Darren Young
Tunnel port 3306 over an SSH connection if you can get an SSH session to open to the remote. On Sat, 13 Jul 2002, Alex Shi wrote: > "Jason Wong" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > On Saturday 13 July 2002 13:31, Alex Shi wrote: > > > The thin

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Darren Young
Original Message - > > From: "Jason Wong" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Friday, July 12, 2002 9:48 PM > > Subject: Re: [PHP] Convert MySQL table into Access or Excell format > > > > > > > On Saturday 1

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Alex Shi
"Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Saturday 13 July 2002 14:00, Alex Shi wrote: > > "Jason Wong" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > > On Saturday 13 July 2002 13:31, Alex Shi

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Jason Wong
On Saturday 13 July 2002 14:00, Alex Shi wrote: > "Jason Wong" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > On Saturday 13 July 2002 13:31, Alex Shi wrote: > > > The thing is that, the MySQL table resides on a remote web server, my > > > client want to

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Alex Shi
"Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Saturday 13 July 2002 13:31, Alex Shi wrote: > > The thing is that, the MySQL table resides on a remote web server, my > > client want to download it and access it in Access. > > Doesn't matter, ODB

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Jason Wong
On Saturday 13 July 2002 13:31, Alex Shi wrote: > The thing is that, the MySQL table resides on a remote web server, my > client want to download it and access it in Access. Doesn't matter, ODBC works across a network. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Soft

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Alex Shi
- Original Message - > From: "Jason Wong" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, July 12, 2002 9:48 PM > Subject: Re: [PHP] Convert MySQL table into Access or Excell format > > > > On Saturday 13 July 2002 06:48, Alex Shi wrote:

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Jason White
e: [PHP] Convert MySQL table into Access or Excell format > On Saturday 13 July 2002 06:48, Alex Shi wrote: > > Hello, > > > > My client has a website and it support MySQL/PHP. The client want > > to download the MySQL tables and then access them in Excell or > > Acc

Re: [PHP] Convert MySQL table into Access or Excell format

2002-07-12 Thread Jason Wong
On Saturday 13 July 2002 06:48, Alex Shi wrote: > Hello, > > My client has a website and it support MySQL/PHP. The client want > to download the MySQL tables and then access them in Excell or > Access. So my question is, is it possible to convert MySQL table into > Access or Excell format? Thanks