Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
GeneralRe: Event Exception Pin
Justin Perez8-May-07 7:19
Justin Perez8-May-07 7:19 
Questiondisable next button Pin
FernandoMartin7-May-07 7:54
FernandoMartin7-May-07 7:54 
AnswerRe: disable next button Pin
Giorgi Dalakishvili7-May-07 8:03
mentorGiorgi Dalakishvili7-May-07 8:03 
GeneralRe: disable next button Pin
FernandoMartin7-May-07 8:11
FernandoMartin7-May-07 8:11 
GeneralRe: disable next button Pin
Giorgi Dalakishvili7-May-07 8:16
mentorGiorgi Dalakishvili7-May-07 8:16 
Questionincorrect sorting in dataGridView Pin
KLASTER7-May-07 7:52
KLASTER7-May-07 7:52 
AnswerRe: incorrect sorting in dataGridView Pin
Anil Ch7-May-07 12:11
Anil Ch7-May-07 12:11 
QuestionCan I have the same functionality on my Windows Application as I have on my DataBase Server? Pin
Khoramdin7-May-07 7:50
Khoramdin7-May-07 7:50 
Hello everyone,

The Windows Application that I am working on requires displaying some data which are stored in a remote database server. The user can get connect and import the data into the application and then get disconnected and continue working. The Windows Application requires having similar ability to the database server as it needs to run queries on the Data.

I have tried the following approaches and ended up with some problems.

The first approach was to load the data into a DataGrid and then use filters on the DataSet to run queries. Unfortunately, I need to display the filtered data in different manner than DataGrid and I was unable to do so. I need to display the filtered data in number of TextBoxs and not in the DataGrid. Sadly, I was not able to do so unless I am missing something here!

The second approach was to download the data into a CSV file and then use combination of StreamReader and StreamWriter to run query on the CSV file and achieve what is needed. Sadly, the speed that I can run query is very much dependent on the size of the CSV file. Unless I am missing something here too!

My question is, what is the best way to import data from a remote database server and have the ability to run query and display the result in a fashion that I desire (in various TextBox)?

Thank you very much and have a great day.

Khoramdin
AnswerRe: Can I have the same functionality on my Windows Application as I have on my DataBase Server? Pin
Salogus7-May-07 19:04
Salogus7-May-07 19:04 
QuestionAnt on a Chessboard Pin
M.omar7-May-07 7:45
M.omar7-May-07 7:45 
AnswerRe: Ant on a Chessboard Pin
Dave Kreskowiak7-May-07 7:55
mveDave Kreskowiak7-May-07 7:55 
AnswerRe: Ant on a Chessboard Pin
mav.northwind7-May-07 7:57
mav.northwind7-May-07 7:57 
GeneralRe: Ant on a Chessboard Pin
Blumen7-May-07 18:47
Blumen7-May-07 18:47 
AnswerRe: Ant on a Chessboard Pin
led mike7-May-07 8:20
led mike7-May-07 8:20 
AnswerRe: Ant on a Chessboard Pin
PIEBALDconsult7-May-07 17:36
mvePIEBALDconsult7-May-07 17:36 
QuestionScrolling background in C# Winform?? Pin
llonden2kx7-May-07 7:14
llonden2kx7-May-07 7:14 
AnswerRe: Scrolling background in C# Winform?? Pin
Dave Kreskowiak7-May-07 7:27
mveDave Kreskowiak7-May-07 7:27 
AnswerRe: Scrolling background in C# Winform?? Pin
AFSEKI8-May-07 23:31
AFSEKI8-May-07 23:31 
QuestionIBindingListView Filter Property Pin
Skippums7-May-07 7:11
Skippums7-May-07 7:11 
AnswerRe: IBindingListView Filter Property Pin
Dave Kreskowiak7-May-07 7:16
mveDave Kreskowiak7-May-07 7:16 
GeneralRe: IBindingListView Filter Property Pin
Skippums7-May-07 7:47
Skippums7-May-07 7:47 
GeneralRe: IBindingListView Filter Property Pin
Dave Kreskowiak7-May-07 7:51
mveDave Kreskowiak7-May-07 7:51 
Questionhow to get color percentage distribution 4 an image? Pin
icecool_567-May-07 6:52
icecool_567-May-07 6:52 
AnswerRe: how to get color percentage distribution 4 an image? Pin
Dave Kreskowiak7-May-07 7:12
mveDave Kreskowiak7-May-07 7:12 
GeneralRe: how to get color percentage distribution 4 an image? Pin
icecool_567-May-07 7:15
icecool_567-May-07 7: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.