Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query on DataTable

Status
Not open for further replies.

jcs1953

IS-IT--Management
Nov 28, 2007
53
US
I have two queries , one from MSSQL and one from Oracle. The results are combined into one table using "mytable1.Load(dr2)".
My question is can i run a query against mytable1?
If I can't can I populate a table in my SQL database with the data in mytable1 and then run the query? How would I do this?
Thanks
 
you can sort and filter the datatable using a dataview. this is similar to creating a view in a database.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top