Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to implement 3-tier using VFP DB?
Message
From
19/12/2000 20:48:32
 
 
To
19/12/2000 08:55:39
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00454613
Message ID:
00455306
Views:
39
>Hi,
> I am beginner in developing client server application. Therefore, I have so so so many questions would like to ask!!!
>
>1. I read article about 4-tier architure, what will data centric tier does?
> Any sample code?

Data Tier is the data store...in other words, your tables.

>2. As I asked previously, where should I place my business object, server?

Yup. Ideally you will have an application server that runs this code and a separate database server.

>If yes, how to call it, using DCOM? I am developing Win32 application istead of WEB app. Does MTS suitable?

MTS is suitable for this.

>3. My project is a small project and cost limited, does MTS suitable?

Sure. MTS is free.

>4. If I don't use MTS, what is the way to get data?

You could use out-of-process servers and connect using straight DCOM, but I wouldn't advise it. MTS makes this stuff MUCH easier.


>
>
>Thank you
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform