Stored procedures in Access 2000 referencable in ASP.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create reports or queries or functions/subs in Access 2000 that I
can utilize in ASP.Net.

I see that Northwind has them available, but it doesn't show how they were
created.
 
You can use the queries using ADO.Net from an ASP.Net applocation.
You can also manipulate the reports / forms / call the procedures etc using
Office Automation.

But what exactly do you want your web page to do with the Access stuff?
If it is code re-use then use VB / VB.Net / c# whatever and compile the code
into a DLL.
 
Back
Top