|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Single quote problem |
From: |
sunil chitnis |
Date: |
7/2/2000 4:02:22 AM |
IP: |
202.60.136.19 |
Whenever i enter a single quote( ) in a text box and try to insert into a database,an error occurs.
my syntax for inserting into the database is
<%
conn.execute "insert into tab1 (a,b) values ("&request.form("a")&","&request.form("b")&")"
%>
The above syntax works fine for all,except a single quote( ).
Any help!!!
|
Follow Up - Re: Single quote problem - Sunita 7/3/2000 5:00:55 PM
|
|
|
|
|
|
|
|
|
|
|
|