|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
INSERT with SQL wont work in |
From: |
Yan Rupik |
Date: |
8/10/2000 6:01:08 AM |
IP: |
195.147.232.119 |
When I use the code :
sqlInsert="INSERT INTO MyTable(MyField) VALUES(MyValue) "
set conn = server.createobject("ADODB.Connection")
conn.open "MyODBC"
conn.execute(sqlInsert)
It crashes with the error:
"Operation must use an updateable query"
Can any one please tell me why this might be? |
Follow Up - Re: INSERT with SQL wont work in - Herbert Romulo Pomar Jr. 8/10/2000 8:21:51 PM
|
|
|
|
|
|
|
|
|
|
|
|