Selecting records from DataTable?
- From: "Job Lot" <JobLot@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 08:36:06 -0700
Is it possible to run a select query on DataTable object?
Say for instance, my DataTable had following structure
StudentID, SubjectID, Score
Now, I want list of Score where Score IS NOT NULL
SELECT Score
>From TableName
WHERE Score IS NOT NULL
ORDER BY Score
Thanks
.
- Follow-Ups:
- RE: Selecting records from DataTable?
- From: Cowboy (Gregory A. Beamer) - MVP
- Re: Selecting records from DataTable?
- From: Cor Ligthert
- RE: Selecting records from DataTable?
- Prev by Date: running sql against a table
- Next by Date: Re: Xp Themes
- Previous by thread: running sql against a table
- Next by thread: Re: Selecting records from DataTable?
- Index(es):