LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Can DB connection retain throughout the Excel working session ?

You may find that server resources are better conserved by not holding
too many open connections concurrently. Windows is pretty good at
caching connections, so there is often little overhead in connecting
again. Of course, if you are making a large number of calls the best
approach is to keep it open.

If you want to keep the connection open just declare your connection
object as a global variable: that way it will maintain state between
calls.


Tim

"Eric Fung" <Pls type eric.fung plus @hld.com wrote in message
...
Dear all,

I am novice to programming in Excel.

I want to know, if possible, how to let an Excel user open a
connection to a
DB server (e.g. SQL server)
and then lets all operation for the user to work with that
connection,
and close the connection only when the user exit Excel.

This is what I expect from an old fashion client server program.

I've seen code sample of ADO in Excel VBA,
to open a connection, perform DB operation, and then close
connection.
however, as the series of operation is done within the scope of a
subroutine
for a particular event,
every such event will cause a new connection on the DB server.

I don't want to carry out logon / logoff on the SQL Server
repetitively,
to minmize the extra burden on SQL server.

Is my way of thoughts OK? Can it be done ?

Thanks in advance for anyone's kind help ...
Eric




 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Startup and template locations in Citrix TS session and local session John Nurick Setting up and Configuration of Excel 2 September 21st 06 10:42 PM
msn stock updates quit working & no internet connection in excel K9CE Excel Discussion (Misc queries) 0 July 13th 06 04:36 PM
Data Connection wizard quits working SJR@mbci Excel Discussion (Misc queries) 0 June 22nd 05 03:59 PM
Wondering why the following ADO connection to Access isn't working... [email protected] Excel Programming 6 February 10th 05 08:55 AM
ADO Connection stopped working Tod Excel Programming 2 July 10th 04 05:25 AM


All times are GMT +1. The time now is 04:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"