I have tried running a simple ObjectContext Transaction ASP as:
If rs.RecordCount > 0 None
ObjectContext.SetAbort
Response.Write "Sorry, there is not sufficient quantity on hand to process your sale."
Else
ObjectContext.SetComplete
Response.Write "Yaahoooo!!!"
End If
I have the recordset, rs, loaded prior to it and i get records. But when I run this ObjectContext code, the error comes up saying: "HTTP/1.1 500 Server Error" and nothing else on this page. What does this mean? Doesn't my IIS recognize the object "ObjectContext"?
Phani
If rs.RecordCount > 0 None
ObjectContext.SetAbort
Response.Write "Sorry, there is not sufficient quantity on hand to process your sale."
Else
ObjectContext.SetComplete
Response.Write "Yaahoooo!!!"
End If
I have the recordset, rs, loaded prior to it and i get records. But when I run this ObjectContext code, the error comes up saying: "HTTP/1.1 500 Server Error" and nothing else on this page. What does this mean? Doesn't my IIS recognize the object "ObjectContext"?
Phani