Operation is not allowed when the object is closed....
- From: Eric <Eric@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Apr 2008 12:20:01 -0700
I have an asp page that calls a VB dll. The dll is connecting to a SQL
Server database using integrated security- essentially the identical
connection string I use in my global.asa file. This account (webuser) is an
IIS account which also has a valid login in my db server (and access to the
specific db).
I receive this error ONLY if I remove the 'db_owner' role within SQL Server
as I since this is a security risk. I set the webuser account as a data
reader and data writerafter removing the db_owner role.
The dll successfully updates a bunch of records, and then writes the
'Operation is not allowed when the object is closed' error to a log file I
created. The rest of my web app, all written in classic ASP, allows me to
succesfully perform all other actions, which includes updates and inserts.
.
- Prev by Date: Re: UPDATE statement help / MS Access db
- Next by Date: RE: UPDATE statement help / MS Access db
- Previous by thread: UPDATE statement help / MS Access db
- Next by thread: Visual Basic 6 Help Required!!
- Index(es):
Relevant Pages
|
Loading