|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
single quote problem |
|
From: |
sunil chitnis |
|
Date: |
7/2/2000 4:05:50 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 - Chris 7/3/2000 10:50:12 PM
Follow Up - Re: single quote problem - nag 7/12/2000 8:21:46 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|