Click here to Skip to main content
15,907,492 members
Home / Discussions / Database
   

Database

 
QuestionHow to launch access database and view reports Pin
dw19284-Oct-05 20:36
dw19284-Oct-05 20:36 
Questionadd stored procedures .sql to database Pin
theStorminMormon4-Oct-05 10:32
theStorminMormon4-Oct-05 10:32 
AnswerRe: add stored procedures .sql to database Pin
Colin Angus Mackay4-Oct-05 12:44
Colin Angus Mackay4-Oct-05 12:44 
GeneralRe: add stored procedures .sql to database Pin
theStorminMormon5-Oct-05 2:57
theStorminMormon5-Oct-05 2:57 
GeneralRe: add stored procedures .sql to database Pin
Scott Serl6-Oct-05 11:14
Scott Serl6-Oct-05 11:14 
AnswerRe: add stored procedures .sql to database Pin
Luis Alonso Ramos6-Oct-05 18:45
Luis Alonso Ramos6-Oct-05 18:45 
QuestionUsing SqlConnection without Time out Pin
thainam3-Oct-05 23:13
thainam3-Oct-05 23:13 
AnswerRe: Using SqlConnection without Time out Pin
Colin Angus Mackay4-Oct-05 1:19
Colin Angus Mackay4-Oct-05 1:19 
There are two timeouts. The one you are using is for the connection. In other words, how long should the .NET application wait to connect (not do any work, just connect) to the database.

The other timeout it on the command object, CommandTimeout. This timeout is the amount of time that the .NET application will wait for it to perform what ever command you sent it.

Does this help?


My: Blog | Photos

"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucious


QuestionSQL SERVER Pin
Tran Ngoc Minh3-Oct-05 18:15
Tran Ngoc Minh3-Oct-05 18:15 
AnswerRe: SQL SERVER Pin
Colin Angus Mackay4-Oct-05 1:25
Colin Angus Mackay4-Oct-05 1:25 
QuestionStore procedure access in c++ Pin
Anonymous3-Oct-05 17:14
Anonymous3-Oct-05 17:14 
QuestionMultiple Selects in SP Pin
Russell Jones3-Oct-05 6:05
Russell Jones3-Oct-05 6:05 
AnswerRe: Multiple Selects in SP Pin
afronaut3-Oct-05 6:45
afronaut3-Oct-05 6:45 
GeneralRe: Multiple Selects in SP Pin
Anonymous3-Oct-05 6:54
Anonymous3-Oct-05 6:54 
GeneralRe: Multiple Selects in SP Pin
Michael Potter3-Oct-05 11:57
Michael Potter3-Oct-05 11:57 
QuestionQuery question Pin
afronaut3-Oct-05 5:25
afronaut3-Oct-05 5:25 
AnswerRe: Query question Pin
-Dr_X-3-Oct-05 5:38
-Dr_X-3-Oct-05 5:38 
GeneralRe: Query question Pin
miah alom3-Oct-05 6:55
miah alom3-Oct-05 6:55 
GeneralRe: Query question Pin
Johny Ng3-Oct-05 9:12
Johny Ng3-Oct-05 9:12 
GeneralRe: Query question Pin
miah alom3-Oct-05 9:51
miah alom3-Oct-05 9:51 
GeneralRe: Query question Pin
Johny Ng3-Oct-05 11:35
Johny Ng3-Oct-05 11:35 
GeneralRe: Query question Pin
miah alom3-Oct-05 11:37
miah alom3-Oct-05 11:37 
GeneralRe: Query question Pin
Anonymous4-Oct-05 4:13
Anonymous4-Oct-05 4:13 
AnswerRe: Query question Pin
Anonymous4-Oct-05 19:09
Anonymous4-Oct-05 19:09 
QuestionUpdating multiple tables in Data Set Pin
Member 21844333-Oct-05 1:08
Member 21844333-Oct-05 1: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.