|
-
Jun 22nd, 2007, 06:03 AM
#1
Thread Starter
New Member
One hopeful solution to Operation is not allowed in this Context issue
"Operation is not allowed in this Context."
I got this on some of my code.
It turned out to be I was trying to reference the field name as a recordset property.
e.g. rs.firstname rather than rs.fields("firstname")
I could advise to run through your code and check the methods, properties and objects.
Useful sites:
http://www.w3schools.com/
Check out the ASP and ADO area. You might need to check on the recordset object methods etc.
http://www.devguru.com/
This is also good for object referencing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|