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
.
-Original Message-
From: My Sql
To: [EMAIL PROTECTED]
Sent: 5/5/04 11:18 AM
Subject: Html and mysql..
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
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
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 engine integrated with
a webserver).
My question is can we access mysql database f