Click here to Skip to main content
15,903,203 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOverride problems !?!? Pin
BoxenBiene18-Sep-04 3:26
BoxenBiene18-Sep-04 3:26 
AnswerRe: Override problems !?!? Pin
Colin Angus Mackay18-Sep-04 7:39
Colin Angus Mackay18-Sep-04 7:39 
GeneralRe: Override problems !?!? Pin
BoxenBiene18-Sep-04 21:45
BoxenBiene18-Sep-04 21:45 
GeneralRe: Override problems !?!? Pin
Colin Angus Mackay19-Sep-04 1:46
Colin Angus Mackay19-Sep-04 1:46 
Generaloledbconnection array Pin
Raja Venkatesh18-Sep-04 3:15
Raja Venkatesh18-Sep-04 3:15 
GeneralRe: oledbconnection array Pin
Dave Kreskowiak20-Sep-04 4:50
mveDave Kreskowiak20-Sep-04 4:50 
GeneralRe: oledbconnection array Pin
Raja Venkatesh7-Oct-05 6:39
Raja Venkatesh7-Oct-05 6:39 
GeneralRe: oledbconnection array Pin
Dave Kreskowiak7-Oct-05 16:54
mveDave Kreskowiak7-Oct-05 16:54 
So? You still don't need an array of connections for this!

In proper modular programming s own class(estyle, each of these systems would have its own class(es) that manage the fetching of data from that system. Again, the proper method is to open the connection, perform the data transaction, then close the connection. Keeping the connection open only as long as is required to complete the transaction.

BTW: Creating an array of connections IS possible, but no-one does this because it's never necessessary. Unless your writing your own connection pooling algorithm, anyway.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralForm returning value Pin
JensB18-Sep-04 0:03
JensB18-Sep-04 0:03 
GeneralRe: Form returning value Pin
maciekj18-Sep-04 6:36
maciekj18-Sep-04 6:36 
QuestionSmart device application - How to give the path? Pin
Member 76608417-Sep-04 21:57
Member 76608417-Sep-04 21:57 
AnswerRe: Smart device application - How to give the path? Pin
Dave Kreskowiak20-Sep-04 3:07
mveDave Kreskowiak20-Sep-04 3:07 
GeneralHelp with Forms Pin
Mega117-Sep-04 15:27
Mega117-Sep-04 15:27 
GeneralRe: Help with Forms Pin
Steven J Mitchell17-Sep-04 19:46
Steven J Mitchell17-Sep-04 19:46 
GeneralRe: Help with Forms Pin
Dave Kreskowiak20-Sep-04 3:02
mveDave Kreskowiak20-Sep-04 3:02 
Generalstored procedures Pin
AnnSol17-Sep-04 13:54
AnnSol17-Sep-04 13:54 
GeneralRe: stored procedures Pin
Anonymous17-Sep-04 17:25
Anonymous17-Sep-04 17:25 
GeneralProblem in "TREE CONTROL" in VB.NET Pin
eshban28417-Sep-04 9:29
eshban28417-Sep-04 9:29 
GeneralRe: Problem in "TREE CONTROL" in VB.NET Pin
Anonymous17-Sep-04 10:46
Anonymous17-Sep-04 10:46 
Generalfrom Srinivas Pin
SrinivasRao Sambaraju17-Sep-04 8:45
SrinivasRao Sambaraju17-Sep-04 8:45 
Generalvb.net Pin
nazerudeen17-Sep-04 6:17
nazerudeen17-Sep-04 6:17 
GeneralRe: vb.net Pin
Anonymous17-Sep-04 11:26
Anonymous17-Sep-04 11:26 
GeneralImport Excel workbook into Vb.Net Pin
danny8017-Sep-04 5:33
danny8017-Sep-04 5:33 
GeneralRe: Import Excel workbook into Vb.Net Pin
Anonymous17-Sep-04 9:01
Anonymous17-Sep-04 9:01 
GeneralVariable evaluation Pin
LC Chan17-Sep-04 5:21
LC Chan17-Sep-04 5:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.