Re: access sql statement

2002-04-04 Thread Richard
It is quite POSSIBLE to submit SQL statements via a web browser. It sounds to me like all you want is a simple ad-hoc query processor. If so, all you need is a relatively simple perl or php script (or whatever language you want) which executes your ad-hoc query and returns the result. PHP e

Re: access sql statement

2002-04-04 Thread BD
At 12:16 PM 4/4/2002, you wrote: >Is it possible to access a sql statement to mysql database through >Internet explorer ? such as : > > http://www.abc.com?select * from test > >Thanks. > > >-- > >Best regards, > > >Ridwan >Goldbase Technology Ridwan, Of course, with something lik

Re: access sql statement

2002-04-03 Thread Georg Richter
On Thursday, 4. April 2002 20:16, Rw wrote: > > http://www.abc.com?select * from test > > Thanks. MySQL is not a web server. But you can use a scripting language like PHP or Perl in combination with a web server and MySQL to do this. Regards Georg ---

Re: access sql statement

2002-04-03 Thread Colin Faber
I agree but this one one of those things which _SHOULD_ have been researched. denonymous wrote: > > From: "Colin Faber" <[EMAIL PROTECTED]> > > > Rw wrote: > > > > > > Is it possible to access a sql statement to mysql database through > > > Internet explorer ? such as : > > > > No, > > > > MySQ

Re: access sql statement

2002-04-03 Thread denonymous
From: "Colin Faber" <[EMAIL PROTECTED]> > Rw wrote: > > > > Is it possible to access a sql statement to mysql database through > > Internet explorer ? such as : > > No, > > MySQL is not a web server. Well, it's not an entirely invalid question... One example that comes to mind is accessing ftp:

Re: access sql statement

2002-04-03 Thread Colin Faber
No, MySQL is not a web server. Rw wrote: > > Is it possible to access a sql statement to mysql database through > Internet explorer ? such as : > > http://www.abc.com?select * from test > > Thanks. > > -- > > Best regards, > > Ridwan > Goldbase Technology > > http://www.pembukuan

access sql statement

2002-04-03 Thread Rw
Is it possible to access a sql statement to mysql database through Internet explorer ? such as : http://www.abc.com?select * from test Thanks. -- Best regards, Ridwan Goldbase Technology http://www.pembukuan.com ---