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

|
|
Subject: |
When i try to add new record,i get an erorr |
From: |
Yaniv Inbar |
Date: |
3/15/1999 1:00:18 PM |
IP: |
194.90.159.3 |
I'm working on ASP with access as my database.
I'm allso using the Personal web server to simulate the server.
When i try to ADD new record i get the following erorr:
"The action requested by the app' could not be suplyed by the vendor"
I tried to add records with plain code and allso with the Design time
control's (connection,Recordset)-and i still get the same erorr.
I allso tried to change to CURSOR type to Dynset or Dynamic insted of
Static-but this couses another erorr.
Code example:
set rs=server.createobject("ADODB.recordset")
rs.addnew <- couse to erorr
rs.fields "name",request.form(1)
Etc...
Please contact me on: yanivib@hotmail.com
Thanks, and SHALOM from israel.. |
Follow Up - Re: When i try to add new record,i get an erorr - Harlan 3/15/1999 2:58:40 PM
|
|
|
|
|
|
|
|
|
|
|
|