How to call a code module function from the website?

  • Thread starter Yelena Varshal via AccessMonster.com
  • Start date
Y

Yelena Varshal via AccessMonster.com

Hello,

I have a code module in Access 2000 that is performing an action. I would
like to call this code from a website or in general from any ADO-compliant
front end. Could I do it directly similar to how I call a query using ADO or
the only way is to create an instance of MS ACCESS object?

Thanks in advance,
 
Y

Yelena Varshal via AccessMonster.com

Thanks Alex!

I will probably use a createobject() solution. While WebServices is a very
good idea too, this particular function will be used only once in a while by
the application administrators to work with a user list. So it has to have a
nice (very nice) user Web interface but the usage will be low, so we don't
need to think about the performance.

visit www.sqlservercentral.com for the SQL Server forums, questions get
answered there including a forum on MS ACCESS connection to SQL Server

Yelena




Alex said:
hi,
from website - you can use createobject() to create access instance on a
same PC and then open mdb and run function you need.
Also you can consider use .NET webservices or ADO RDS, to access mdb tables
over HTTP
[quoted text clipped - 5 lines]
Thanks in advance,
 

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

Top