benlinkknilneb
Programmer
Hey all...
I'm working on an app that pulls records from Access 2000 (still waiting for the $$$ to go to SQL Server). I know how to get records into a dataset object, That's no problem. Because of the flexibility I've tried to give the user, my queries/stored procedures need to be broken into 2 steps, you know, querying a query. I want to fill the dataset from the lowest-level query and then pare down my results from the dataset object, so that Access isn't under so much strain. How can I execute SQL Statements on a datatable object in VB.NET?
Thanks in advance.
Ben
I'm working on an app that pulls records from Access 2000 (still waiting for the $$$ to go to SQL Server). I know how to get records into a dataset object, That's no problem. Because of the flexibility I've tried to give the user, my queries/stored procedures need to be broken into 2 steps, you know, querying a query. I want to fill the dataset from the lowest-level query and then pare down my results from the dataset object, so that Access isn't under so much strain. How can I execute SQL Statements on a datatable object in VB.NET?
Thanks in advance.
Ben