PC Review


Reply
Thread Tools Rate Thread

How to call a code module function from the website?

 
 
Yelena Varshal via AccessMonster.com
Guest
Posts: n/a
 
      24th Apr 2006
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,

--
Regards,
Yelena Varshal

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...dules/200604/1
 
Reply With Quote
 
 
 
 
Alex Dybenko
Guest
Posts: n/a
 
      25th Apr 2006
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

--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com


"Yelena Varshal via AccessMonster.com" <u15452@uwe> wrote in message
news:5f463855a4b56@uwe...
> 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,
>
> --
> Regards,
> Yelena Varshal
>
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/For...dules/200604/1


 
Reply With Quote
 
Yelena Varshal via AccessMonster.com
Guest
Posts: n/a
 
      25th Apr 2006
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 Dybenko wrote:
>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
>
>> Hello,
>>

>[quoted text clipped - 5 lines]
>>
>> Thanks in advance,


--
Regards,
Yelena Varshal

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...dules/200604/1
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Call to function/module RossKK Microsoft Access Forms 0 29th Jul 2009 11:53 PM
Call a query from a module that has a use function in it? Margaret Bartley Microsoft Access Queries 0 5th Sep 2008 06:36 AM
RE: how to call a module function from form code Wayne-I-M Microsoft Access 2 10th Jun 2008 12:33 PM
Call Module Function using string value =?Utf-8?B?R2FyeUc=?= Microsoft Access Form Coding 1 26th Jan 2006 08:52 PM
Call a function in another form's module? Max Moor Microsoft Access Forms 5 13th Jan 2004 01:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:58 PM.