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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top