Newbie: help with datareader
From: steve (noemail._at_try.com)
Date: 10/14/04
- Next message: Herfried K. Wagner [MVP]: "Re: FolderBrowserDialog has VANISHED!"
- Previous message: Herfried K. Wagner [MVP]: "Re: Contains for string?"
- Next in thread: Cowboy (Gregory A. Beamer) - MVP: "RE: Newbie: help with datareader"
- Reply: Cowboy (Gregory A. Beamer) - MVP: "RE: Newbie: help with datareader"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 14 Oct 2004 16:07:57 -0400
Hello,
I have the follwing "decision-making" problem:
- I want to construct an interface with a few radios, listboxes etc so that
a user can, by selecting some or all of them, dynamically create an SQL
string. This is fine, and i have an example to consult.
- *After* the string is constructed what is the best way (SIMPLEST) to
*display AND store* the data? Datareader or Dataset?
-->>>My biggest problem is that I dont know at design time the number of
fields that will be returned from the query !!!
It depends on the user's selections.
So I *cannot* decide beforehand the number of columns on a multicolumn
ListView or listbox etc. that will be needed to display the result.
Remember that I need to store the result as well, for further processing
(statistics,etc.) so should i use an array for that?
Any suggestions / links would be appreciated !
TIA
-steve
- Next message: Herfried K. Wagner [MVP]: "Re: FolderBrowserDialog has VANISHED!"
- Previous message: Herfried K. Wagner [MVP]: "Re: Contains for string?"
- Next in thread: Cowboy (Gregory A. Beamer) - MVP: "RE: Newbie: help with datareader"
- Reply: Cowboy (Gregory A. Beamer) - MVP: "RE: Newbie: help with datareader"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|