Can you run a module in Access database from ASP .NET?

  • Thread starter Thread starter Wie via .NET 247
  • Start date Start date
W

Wie via .NET 247

I have a module say Import_Schedule in an Access database thattakes 2 required parameters to import data from other database.Using ASP .NET, can I execute this module (Import_Schedule)? Ifso, how to do it? Also how to specify the parameters to bepassed into the module.

TIA
 
¤ I have a module say Import_Schedule in an Access database that takes 2 required parameters to import data from other database. Using ASP .NET, can I execute this module (Import_Schedule)? If so, how to do it? Also how to specify the parameters to be passed into the module.
¤

Microsoft does not recommend or support the use of automation with Office applications via ASP or
ASP.NET.

You may want to post your Import_Schedule code. It's possible that it may be converted to VB.NET and
ADO.NET code and executed from your ASP.NET application.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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