|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: UPDATE syntax error but all looks good |
From: |
yeh |
Date: |
3/2/1999 10:28:45 PM |
IP: |
202.101.115.210 |
I have the same problem.
<%
Set Conn = Server.Createobject("Adodb.Connection")
Conn.Open "Driver={Microsoft Access Driver (*.Mdb)};ReadOnly=0; Dbq=" & Server.Mappath("nppc163.mdb")
SQLStmt = "INSERT INTO user(slr) values('slr') "
'field 'slr' is a Text_type field.
Set RS=Conn.Execute(SQLStmt)
set rs=nothing
Conn.close
%>
and the wrong message is alike. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|