From: bagha on 16 Apr 2010 07:43 how i can insert data into access database with the help of webpage by javascript.
From: rf on 16 Apr 2010 08:31 bagha wrote: > how i can insert data into access database with the help of webpage by > javascript. You don't.
From: Jeremy J Starcher on 16 Apr 2010 11:19 On Fri, 16 Apr 2010 04:43:23 -0700, bagha wrote: > how i can insert data into access database with the help of webpage by > javascript. You don't. You would create a form in HTML. When that form is submitted to a server, a server-side process may receive data and update a database. Any attempt to create an SQL statement from within Javascript and send that to a database is The Wrong Way(tm).
|
Pages: 1 Prev: "how do I create an array in jquery?" Next: SQL = "INSERT INTO |