|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Still dont know how |
From: |
Lisa |
Date: |
4/7/1999 6:24:09 PM |
IP: |
209.111.130.2 |
ok. I saw your posting, but really don't know how to write this code for my page. Could you help? Thanks a lot.
Here is my scripts:
<%
dim newInput, firstname
newInput=request.form("new")
if newInput = "yes" then
firstname =request.form("firstname")
set conn = server.createObject("ADODB.Connection")
conn.open "datafile"
conn.execute "INSERT INTO namefile " _
& "( firstname )" _
& "VALUES (" _
& "'" & firstname & "');"
conn.close
end if
%>
|
Previous Message
Follow Up - Re: Still dont know how - Martin McCooe 4/21/1999 6:51:10 AM
|
|
|
|
|
|
|
|
|
|
|
|