Ask a Question related to ASP Database, Design and Development.
-
Mike #1
Keeping Connection Open - Consequences?
I have an application where I need to keep the connection
open because my application monitors 2 separate databases
ever 1 second. Is there a consequence of keeping it open
and using recordsets from that connection?
Reason why, if I open it and close it after each use, I
run into lots of errors because of it being open then it
generates error messages. THe application does a lot of
FTP processes and updates to either or both databases.
Thanks for any and all help.
Mike
Mike Guest
-
#39239 [NEW]: pconnect canīt reuse open connection
From: marcos dot neves at gmail dot com Operating system: FreeBSD 5.4-STABLE i386 PHP version: 5.1.6 PHP Bug Type: MySQL... -
JDBC driver connection to Span Open db
Hi there, Has anyone had experience in connecting to a Span Open DB. I have a feeling that there is a problem with the JDBC driver connecting... -
Keeping connections open
I am very new to asp, and I am wondering what is the best way to get around a this problem I use asp to give me a status on a database which is... -
connection.open issue??
This code usually works the first time I run it, but if I hit refresh it fails with: "Unspecified error - /cosmetic/ask_dup.asp, line 12" which... -
There is already an open DataReader associated with this Connection
I have an ASP .NET application. In the application, if I execute a long running query (which may time out or something I guess) from one... -
Mike D #2
Re: Keeping Connection Open - Consequences?
How do you keep a connection open. You can't keep one open from an asp
page.
Mike D
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:024d01c3c0d4$8e9f2520$a101280a@phx.gbl...> I have an application where I need to keep the connection
> open because my application monitors 2 separate databases
> ever 1 second. Is there a consequence of keeping it open
> and using recordsets from that connection?
>
> Reason why, if I open it and close it after each use, I
> run into lots of errors because of it being open then it
> generates error messages. THe application does a lot of
> FTP processes and updates to either or both databases.
>
> Thanks for any and all help.
>
> Mike
Mike D Guest
-
Mark Schupp #3
Re: Keeping Connection Open - Consequences?
What error messages do you get when you open and close it on each use?
What DBMS is it?
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:024d01c3c0d4$8e9f2520$a101280a@phx.gbl...> I have an application where I need to keep the connection
> open because my application monitors 2 separate databases
> ever 1 second. Is there a consequence of keeping it open
> and using recordsets from that connection?
>
> Reason why, if I open it and close it after each use, I
> run into lots of errors because of it being open then it
> generates error messages. THe application does a lot of
> FTP processes and updates to either or both databases.
>
> Thanks for any and all help.
>
> Mike
Mark Schupp Guest



Reply With Quote

