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

C#

 
GeneralSepia ColorMatrix Pin
holl708828-Feb-05 8:24
holl708828-Feb-05 8:24 
GeneralRe: Sepia ColorMatrix Pin
frankforward16-Sep-09 4:00
frankforward16-Sep-09 4:00 
GeneralRe: Sepia ColorMatrix Pin
frankforward16-Sep-09 4:01
frankforward16-Sep-09 4:01 
GeneralRe: Sepia ColorMatrix Pin
Don Grout4-Aug-11 9:55
Don Grout4-Aug-11 9:55 
GeneralSerialization. Pin
fmarcos28-Feb-05 8:12
fmarcos28-Feb-05 8:12 
GeneralRe: Serialization. Pin
turbochimp28-Feb-05 9:45
turbochimp28-Feb-05 9:45 
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 
I am using C# with SQL Server 2000 and Win 2K.I am having an extremely irritating problem.

I am making a query against the database using the dataset "fill()" command. The query takes about between 15 and 30 seconds to complete. Upon return, I get a dataset with a table collection added to the dataset but the collection is empty. If I copy the query and paste it into Query Analyzer, I get data. It takes about 15 to 30 seconds for it to run in QA, which tells me that it is executing both from QA and from the program. But, I still can't get a populated dataset. I have thrown exceptions handlers around the code and no exceptions are triggered by the fill command. I am setting the timeout to 600 which should be plenty long enough to prevent a timeout, but still no data.
Mad | :mad:
What could be causing this to happen?

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 
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 & Drop Pin
sreejith ss nair28-Feb-05 3:15
sreejith ss nair28-Feb-05 3:15 

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.