Click here to Skip to main content
15,909,747 members
Home / Discussions / C#
   

C#

 
GeneralRe: Serialization. Pin
fmarcos1-Mar-05 1:31
fmarcos1-Mar-05 1:31 
GeneralDataSet problem Pin
Kwai Cheng Kane28-Feb-05 7:39
Kwai Cheng Kane28-Feb-05 7:39 
GeneralRe: DataSet problem Pin
Rob Graham28-Feb-05 8:29
Rob Graham28-Feb-05 8:29 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane28-Feb-05 10:18
Kwai Cheng Kane28-Feb-05 10:18 
GeneralRe: DataSet problem Pin
Rob Graham28-Feb-05 15:58
Rob Graham28-Feb-05 15:58 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane1-Mar-05 4:30
Kwai Cheng Kane1-Mar-05 4:30 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane1-Mar-05 12:20
Kwai Cheng Kane1-Mar-05 12:20 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane4-Mar-05 11:09
Kwai Cheng Kane4-Mar-05 11:09 
Ok, I have done some more experimentation. From what I can determine, the longer the wait for data, the less likely it will get anything. It is apparently returning BEFORE it gets data on some queries.

When I do a query for a small bit of data, which it retrieves in < 10 seconds from a fairly small database, it usually gets the data back.

However, if I query against a larger database, which should return over 6000 records in one specific query, it takes about 45 seconds to complete the query and it never gets data. It does not matter whether it is issuing the query above or calling a stored procedure.

I am not getting an error back, such as a query timeout error, because the try/catch handlers do not fire. It is almost as if the "fill()" command has its own independant timeout, separate from the odbccommand timeout.

Mad | :mad:
GeneralIncluding Application Pin
Goobers28-Feb-05 6:10
Goobers28-Feb-05 6:10 
GeneralRe: Including Application Pin
Dave Kreskowiak28-Feb-05 6:41
mveDave Kreskowiak28-Feb-05 6:41 
Generalcalling a function in a C# DLL Pin
xanacrows28-Feb-05 5:55
xanacrows28-Feb-05 5:55 
GeneralRe: calling a function in a C# DLL Pin
Dave Kreskowiak28-Feb-05 6:38
mveDave Kreskowiak28-Feb-05 6:38 
Questionhow to implement mathematical integration and derivative function is C# Pin
iramg28-Feb-05 4:37
iramg28-Feb-05 4:37 
AnswerRe: how to implement mathematical integration and derivative function is C# Pin
Dave Kreskowiak28-Feb-05 7:10
mveDave Kreskowiak28-Feb-05 7:10 
AnswerRe: how to implement mathematical integration and derivative function is C# Pin
(Steven Hicks)n+128-Feb-05 16:57
(Steven Hicks)n+128-Feb-05 16:57 
GeneralUpdate DataSource when DataGrid is lost focus Pin
Anonymous28-Feb-05 4:35
Anonymous28-Feb-05 4:35 
GeneralA simple question about FileIO Pin
RockRock28-Feb-05 3:53
RockRock28-Feb-05 3:53 
GeneralRe: A simple question about FileIO Pin
Dave Kreskowiak28-Feb-05 6:34
mveDave Kreskowiak28-Feb-05 6:34 
GeneralDrag &amp; Drop Pin
sreejith ss nair28-Feb-05 3:15
sreejith ss nair28-Feb-05 3:15 
GeneralWorking directly with pixel of a bitmap Pin
Anonymous28-Feb-05 2:05
Anonymous28-Feb-05 2:05 
GeneralRe: Working directly with pixel of a bitmap Pin
leppie28-Feb-05 6:15
leppie28-Feb-05 6:15 
QuestionHow to creat login Pin
chandtec28-Feb-05 2:00
chandtec28-Feb-05 2:00 
AnswerRe: How to creat login Pin
turbochimp28-Feb-05 10:03
turbochimp28-Feb-05 10:03 
GeneralRe: How to creat login Pin
chandtec28-Feb-05 10:52
chandtec28-Feb-05 10:52 
GeneralRe: How to creat login Pin
turbochimp28-Feb-05 16:11
turbochimp28-Feb-05 16:11 

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.