Click here to Skip to main content
15,921,793 members
Home / Discussions / Database
   

Database

 
GeneralRe: ODBC connection question Pin
basementman30-Jun-03 5:58
basementman30-Jun-03 5:58 
GeneralUsing ADO, how to detect a table exists.. Pin
IrishSonic29-Jun-03 7:38
IrishSonic29-Jun-03 7:38 
GeneralRe: Using ADO, how to detect a table exists.. Pin
Jason McBurney30-Jun-03 4:33
Jason McBurney30-Jun-03 4:33 
GeneralRe: Using ADO, how to detect a table exists.. Pin
Gaurav Bindlish8-Jul-03 9:49
Gaurav Bindlish8-Jul-03 9:49 
GeneralRobust Remote Connections Pin
Roger Wright27-Jun-03 8:49
professionalRoger Wright27-Jun-03 8:49 
GeneralRe: Robust Remote Connections Pin
basementman27-Jun-03 10:26
basementman27-Jun-03 10:26 
GeneralRe: Robust Remote Connections Pin
Roger Wright27-Jun-03 10:57
professionalRoger Wright27-Jun-03 10:57 
GeneralFiltering Distinct information from a DataSet Pin
Jason McBurney27-Jun-03 7:48
Jason McBurney27-Jun-03 7:48 
In my SQL Db I have a view, which provides for me a well defined interface to obtain this infomation. Alas, this view pulls a set of data which is in format of

TestName | SectionName | QuestionText
---------+-------------+-------------
SAT      | Reading     | Who is cap. kirk
SAT      | Reading     | ...
SAT      | Reading     | Blah
SAT      | MATH        | 10+12
SAT      | MATH        | 10+1
SAT      | MATH        | 8==7


And I load this into a single table in a dataset using the fill command. Then we create the filter object. And he is the issue, How do I databind an object to the section Name column and only show the unique/ distint values?

From previous posts on other sites dataView.RowFilter() is not an option, it only supports 'where clause' like functionality. The only thing that I can not change is the information that is piped to me from the database (that is a well defined and documented interface.) Thus I need to work with the data set information some how (can I convert it xml, would that help any?)
GeneralRe: Filtering Distinct information from a DataSet Pin
Joshua Nussbaum27-Jun-03 8:42
Joshua Nussbaum27-Jun-03 8:42 
GeneralRe: Filtering Distinct information from a DataSet Pin
Jason McBurney27-Jun-03 9:15
Jason McBurney27-Jun-03 9:15 
GeneralRe: Filtering Distinct information from a DataSet Pin
Joshua Nussbaum27-Jun-03 9:19
Joshua Nussbaum27-Jun-03 9:19 
GeneralCUBE, PIVOT and my head Pin
Paul Watson26-Jun-03 4:58
sitebuilderPaul Watson26-Jun-03 4:58 
GeneralRe: CUBE, PIVOT and my head Pin
basementman27-Jun-03 3:47
basementman27-Jun-03 3:47 
GeneralRe: CUBE, PIVOT and my head Pin
basementman27-Jun-03 3:49
basementman27-Jun-03 3:49 
GeneralRe: CUBE, PIVOT and my head Pin
Paul Watson3-Jul-03 23:01
sitebuilderPaul Watson3-Jul-03 23:01 
GeneralTrigger problem Pin
Imtiaz Murtaza26-Jun-03 2:33
Imtiaz Murtaza26-Jun-03 2:33 
GeneralRe: Trigger problem Pin
basementman26-Jun-03 4:06
basementman26-Jun-03 4:06 
GeneralRe: Trigger problem Pin
Imtia26-Jun-03 6:48
sussImtia26-Jun-03 6:48 
GeneralRe: Trigger problem Pin
treiber1-Jul-03 8:08
treiber1-Jul-03 8:08 
Generalwhich data type can i use ? for storing a long string. Pin
Asim N.26-Jun-03 2:15
Asim N.26-Jun-03 2:15 
GeneralRe: which data type can i use ? for storing a long string. Pin
Itanium26-Jun-03 2:35
Itanium26-Jun-03 2:35 
GeneralRe: which data type can i use ? for storing a long string. Pin
basementman26-Jun-03 4:09
basementman26-Jun-03 4:09 
GeneralAdding a new record Pin
Itanium26-Jun-03 1:52
Itanium26-Jun-03 1:52 
GeneralWebsite can't access SQL2k DB Pin
-- NA --25-Jun-03 22:21
-- NA --25-Jun-03 22:21 
GeneralRe: Website can't access SQL2k DB Pin
-- NA --26-Jun-03 0:39
-- NA --26-Jun-03 0:39 

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.