bernardmanning
Programmer
Hi I'm about to begin work on developing a new application which want to produce using n-tier design. At the moment it's very much at the concept stage...
we will be using vfp 8.0 and are planning to use the cursoradaptor class to access the data. The data could reside on sql server or native foxpro tables.
We are planning to use foxpro as the data access,business and UI layers. At some point the UI layer may change to something else, .net winform for example.
Initially all these tiers will be wrapped up in one foxpro application, so it's more of a logical n-tier design.
However I want to design this with moving to a physical n-tier design in mind.
In order to do this we would have to have a mechanism to transport the data from the data,biz to the UI tier.
we cannot do this using foxpro cursor as they cannot pass across the com boundary.
Two options open to us are XML or ADO.
We have the pontential for large record sets being used so I'm tending to shy away from XML.
Does anybody have any experience using ado or anything else to pass data between these tiers?
any help / pointers would be appreciated.
Many Thanks, Bernard.