Josh Trutwin writes:
>Javascript is a client-side language, the code is executed by the user's
>browser. It has no way to connect to the database server and run queries
>so you need to use a server-side programming language like Java (JDBC),
>PhP, Perl, etc. Tomcat is a decent servlet engine wi
Josh Trutwin writes:
>Javascript is a client-side language, the code is executed by the user's
>browser. It has no way to connect to the database server and run queries
>so you need to use a server-side programming language like Java (JDBC),
>PhP, Perl, etc. Tomcat is a decent servlet engine with
Depending on who your intended audience is and what you are attempting to
achieve two possibilities are using LiveWire,
http://developer.netscape.com/viewsource/kuslich_javascript.html,
or you could use Applets that talk to servlets,
http://www.onjava.com/pub/a/onjava/2002/02/20/applets.html.
On Wed, 5 May 2004 09:18:01 -0700 (PDT)
My Sql <[EMAIL PROTECTED]> wrote:
> Hi all,
> I have got one serious doubt.
> Can we access mysql database from the front end html. If it all it
> is possible, we have to right in javascript. ofcourse we can write
> it using JDBC(provided we have a servlet
Javascript is a client side language. I seriously doubt it alone would do
anything for you.
My Sql <[EMAIL PROTECTED]>
05/05/2004 12:18 PM
To: [EMAIL PROTECTED]
cc:
Subject:Html and mysql..
Hi all,
I have got one serious doubt.
Can we access mysql dat