|
-
Aug 19th, 2001, 05:23 AM
#1
Thread Starter
New Member
Three-tier-help!confused!
I am developing a three-tier application-UI,business and data layer.The business and data layer will be ActivexExe and UI will be a StandardEXe.My problem
I want to place the UI exe on client machine,and the ActivexEXE on the server.But how can my UIexe access the methods in ActiveEXE?Because in UI i will be creating objects of the business ActivexExe.How will it know that it has to access the classes from a server?
-
Aug 19th, 2001, 09:29 PM
#2
Fanatic Member
The UIexe (client) use method GetObject or CreateObject to connect to the server. Search MSDN for example.
Regards.
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
|