Re: INSERT INTO DB WITH JAVASCRIPT



I do not believe it is possible to insert data into a database using
client-side JavaScript, because client-side JavaScript is run on the client,
which does not have access to the database. My recommendation would be to
create a page using a server-side technology (such as ASP.NET, Classic ASP,
PHP, JSP, etc.). If you are new to server-side technology, please don't let
them scare you, if the only feature you need is to be able to access a
database, there is very little you will need to learn (in fact, you can
probably find examples that you can almost copy and paste for something that
basic). Good Luck!
--
Nathan Sokalski
njsokalski@xxxxxxxxxxx
http://www.nathansokalski.com/

"Evertjan." <exjxw.hannivoort@xxxxxxxxxxxx> wrote in message
news:Xns999282948F265eejj99@xxxxxxxxxxxxxxxxxx
=?Utf-8?B?TWF4?= wrote on 20 aug 2007 in
microsoft.public.scripting.jscript:

i have develop a form that retrieve data with SELECT into javascript
code. I want insert record DATA into table DB with javascript code...
any idea?

Serverside or clientside database?
Serverside or clientside javascript?

i have develop a form

You have developed a form? Show us that form please.
Or: You have to develop a form? A school assignment?


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)


.


Loading