Re: adOpenForwardOnly
- From: "Daniel Crichton" <msnews@xxxxxxxxxxxxxxxx>
- Date: Wed, 17 May 2006 08:56:54 +0100
gemilie wrote on 16 May 2006 13:41:07 -0700:
The backend of my database is being placed in a read only state some
how. I use several queries with the following statements:
rsCCurrentStatus.Open sCCurrentCustomstatus, dcnn, adOpenForwardOnly,
I close the connection and set it to nothing each time. If a user is
running that sub and closes it without letting it finish could this
place my backend in a read only state?
What database? What makes you think it becomes read only? Are you using a
client-side or server-side cursor?
The adForwardOnly cursor only allows moving forward in the recordset, so it
won't be that. In your other post you use adLockReadOnly too - this again
only affects the current cursor, preventing it from making changes, it does
not stop other connections from making changes as long as they have the
right settings.
Dan
.
- Follow-Ups:
- Re: adOpenForwardOnly
- From: gemilie
- Re: adOpenForwardOnly
- References:
- adOpenForwardOnly
- From: gemilie
- adOpenForwardOnly
- Prev by Date: Re: how to connect to multiple database mssql?
- Next by Date: Re: Error registering when installing MDAC
- Previous by thread: Re: adOpenForwardOnly
- Next by thread: Re: adOpenForwardOnly
- Index(es):
Relevant Pages
|
|