Low cost ecommerce web development India flash website design
Moving on to complex queries
Queries are what get complex, not the method of accessing data! So no matter
what data you want, you use exactly the same syntax in your code. The only
thing that changes is the SQL statement, and perhaps, the fields that you
actually display on the page.
Inserting Data into a Table
Although SQL provides us the INSERT INTO statement for inserting records
into a database, I would suggest using the ADODB.Recordset object for doing
this to make things simpler.
So here’s how you insert a new record:
<HTML>
<HEAD>
<TITLE>Student Records</TITLE>
</HEAD>
<BODY>
<%
Dim DB
Freelance web designer ASP PHP ecommerce web development India