J
Jim McGivney
In ASP 1.1 I used an OleDbConnection, an OleDbDataAdaptor and a DataSet to
connect to an Access Database so that I could add rows, modify and delete
data in C# code behind.
In ASP 2 I see I must work with an AccessDataSource.
What is the relationship of the AccessDataSource to the OleDbDataAdaptor ?
Any documentation that includes how to write C# code-behind would be
appreciated.
Thanks,
Jim
connect to an Access Database so that I could add rows, modify and delete
data in C# code behind.
In ASP 2 I see I must work with an AccessDataSource.
What is the relationship of the AccessDataSource to the OleDbDataAdaptor ?
Any documentation that includes how to write C# code-behind would be
appreciated.
Thanks,
Jim