|
-
Jun 22nd, 2000, 01:36 AM
#1
Thread Starter
Member
I'm developing an ActiveX application that clients can access via the web. Is it possible to store several methods in an ActiveX EXE or DLL on the server-side, so that when my application is installed on a client machine, this portion of code always runs on the server?
Thanks in advance for the response,
Nahid Harjee
-
Jun 25th, 2000, 08:27 PM
#2
Addicted Member
Hi Hrrjeen,
yes, what you describe ( If I am interpreting you properly ) is building COM componenets. i.e. The source for the methods reside on your machine, and the client calls methods for execution.
There are numerous examples of this on the web.
hth
Lenin
-
Jun 25th, 2000, 10:26 PM
#3
Thread Starter
Member
Yeah, I've been looking at examples of using DCOM/MTS to accomplish this task, however they seem very like very complicated means of simply calling remote methods.
I'm still relatively new to VB as well, so I was hoping for something simpler.
Any other ideas?
-
Jun 25th, 2000, 10:45 PM
#4
Thread Starter
Member
I've also heard it's possible to have SQL Server stored procedures run code stored in an ActiveX EXE/DLL. Can this be done? Does anyone know how?
-
Jun 26th, 2000, 11:22 AM
#5
Guru
calling MTS components is no different than calling local COM components....that is the beauty of COM/DCOM, it is location independant. You must know how to design and deploy MTS apps though...
look into the sp_OACreate and the other sp_OAxxx methods to manipulate COM objects from SQL Server
Good Luck
Tom
-
Jun 26th, 2000, 08:01 PM
#6
Thread Starter
Member
Thanks a lot Clunietp! I'll try that out.
Nahid
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|