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

|
|
Subject: |
Re: INSERT with SQL wont work in |
From: |
Herbert Romulo Pomar Jr. |
Date: |
8/10/2000 8:21:51 PM |
IP: |
192.169.39.67 |
You must set an updatabel table.
For example you have defined a table MyTable with fields MyFields then do following code.
dim conn
dim connRst
sqlInsert="INSERT INTO MyTable(MyField) VALUES
set conn = server.createObject("ADODB.Connection")
set connRst = server.createObject("ADODB.Recordset")
connRst.Open = sqlInsert, conn
|
Previous Message
Follow Up - Re: INSERT with SQL wont work in - Dan 8/18/2000 1:20:02 PM
|
|
|
|
|
|
|
|
|
|
|
|