|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Error: 800a01a8
Hello all - I've been trying for ages to figure out why I am receiving this error, but I don't seem to be getting anywhere. Does anybody have an idea what is wrong? Here is the error:
Microsoft VBScript runtime error '800a01a8' Object required: 'First news of the ne' /editnestnews_do.asp, line 20 And here is my code... (note: ***** denotes line 20) <!--#include file="includes/header.asp" --> <!--#include file="includes/logincheck.asp" --> <% dim id, responsenest id = Request.Form("nestID") responsenest = Request.Form("responsenest") asql = "SELECT * FROM nestnews WHERE nestnewsID = " & id rs.open asql, conn, adOpenKeyset, adLockPessimistic, adCmdText 'update the nesting news post RS("text") = responsenest RS.Update RS.close Session("message") = "Nesting News post " & id & " was successfully processed." %> ***** <!--#include file="includes/footer_html.asp" --> I would appreciate any suggetions and help! Thanks so much!!!! |
|
#2
|
|||
|
|||
|
You might have better luck in the asp forum.
|
|
#3
|
|||
|
|||
|
Alright thanks, I just assumed because the error said "Microsoft VBScript runtime error" I should post it in the VBscript forum. I will try again in the asp forum.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Error: 800a01a8 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
![]() |
|