G
GB
Hi,
My DataSource (MS Access database set of tables) location is in fact
determined at run time by the user. I use a default location at design time.
How can I modify the connection to the default datasource to setup its path
and name according to run time locations?
And also :
How do I modify, at run time, the dataset (or DataAdapter or whatever) to :
- filter (restrict to given selected rows) (WHERE Clause)
- order the rows (ORDER BY Clause)
I will appreciate a link to any sample code which illustrates these issues.
Thanks
GB
My DataSource (MS Access database set of tables) location is in fact
determined at run time by the user. I use a default location at design time.
How can I modify the connection to the default datasource to setup its path
and name according to run time locations?
And also :
How do I modify, at run time, the dataset (or DataAdapter or whatever) to :
- filter (restrict to given selected rows) (WHERE Clause)
- order the rows (ORDER BY Clause)
I will appreciate a link to any sample code which illustrates these issues.
Thanks
GB