Click here to Skip to main content
15,911,306 members
Home / Discussions / C#
   

C#

 
AnswerRe: Opening a textbox using OleDbReader Pin
Robert Rohde11-Dec-05 20:39
Robert Rohde11-Dec-05 20:39 
GeneralRe: Opening a textbox using OleDbReader Pin
Mahi.Ragava11-Dec-05 20:53
Mahi.Ragava11-Dec-05 20:53 
GeneralRe: Opening a textbox using OleDbReader Pin
Guffa11-Dec-05 20:40
Guffa11-Dec-05 20:40 
Questionactiveform Pin
tonato84811-Dec-05 17:40
tonato84811-Dec-05 17:40 
Question,activeform Pin
tonato84811-Dec-05 17:35
tonato84811-Dec-05 17:35 
QuestionSql Connection... Pin
ayuba asia11-Dec-05 17:26
ayuba asia11-Dec-05 17:26 
AnswerRe: Sql Connection... Pin
Christian Graus11-Dec-05 17:41
protectorChristian Graus11-Dec-05 17:41 
GeneralRe: Sql Connection... Pin
flicktom12-Dec-05 9:25
flicktom12-Dec-05 9:25 
I was just boning up on the subject last night, and most DBMSs (if not the .NET itself) maintain a connection pool. This way, it can create how ever many connections it will dole out ahead of time, and assign them as needed, instead of performing the resource consuming actions to create them on the fly. Think of it like an old fashioned hotel switchboard operator's console.. they've got a certain number of outside connections all ready to go, but nothing directly connected to the rooms... When you call the operator, they just plug you in when you request an outside line. This is just the reason you "don't" want to use a static connection. Too many applications holding the line when they don't need it could lock up your DBMS for those that do.

Flicktom
GeneralRe: Sql Connection... Pin
ayuba asia12-Dec-05 21:08
ayuba asia12-Dec-05 21:08 
QuestionDrawing on a form Pin
monrobot1311-Dec-05 14:26
monrobot1311-Dec-05 14:26 
AnswerRe: Drawing on a form Pin
Christian Graus11-Dec-05 14:28
protectorChristian Graus11-Dec-05 14:28 
GeneralRe: Drawing on a form Pin
monrobot1311-Dec-05 15:02
monrobot1311-Dec-05 15:02 
GeneralRe: Drawing on a form Pin
Christian Graus11-Dec-05 15:04
protectorChristian Graus11-Dec-05 15:04 
GeneralRe: Drawing on a form Pin
monrobot1311-Dec-05 15:10
monrobot1311-Dec-05 15:10 
GeneralRe: Drawing on a form Pin
Christian Graus11-Dec-05 15:13
protectorChristian Graus11-Dec-05 15:13 
GeneralRe: Drawing on a form Pin
monrobot1311-Dec-05 15:20
monrobot1311-Dec-05 15:20 
GeneralRe: Drawing on a form Pin
Christian Graus11-Dec-05 15:24
protectorChristian Graus11-Dec-05 15:24 
GeneralRe: Drawing on a form Pin
monrobot1311-Dec-05 15:32
monrobot1311-Dec-05 15:32 
GeneralRe: Drawing on a form Pin
Christian Graus11-Dec-05 15:37
protectorChristian Graus11-Dec-05 15:37 
GeneralRe: Drawing on a form Pin
monrobot1311-Dec-05 15:45
monrobot1311-Dec-05 15:45 
GeneralRe: Drawing on a form Pin
Christian Graus11-Dec-05 15:48
protectorChristian Graus11-Dec-05 15:48 
GeneralRe: Drawing on a form Pin
monrobot1311-Dec-05 15:54
monrobot1311-Dec-05 15:54 
GeneralRe: Drawing on a form Pin
Christian Graus11-Dec-05 15:58
protectorChristian Graus11-Dec-05 15:58 
QuestionWindows CE.Net 4.2 Pin
ayuba asia11-Dec-05 12:56
ayuba asia11-Dec-05 12:56 
QuestionPlay mp3 on Pocket PC using C# Pin
parispo911-Dec-05 12:08
parispo911-Dec-05 12:08 

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.