Re: Multiple Databases
Re: Multiple Databases
- Subject: Re: Multiple Databases
- From: Art Isbell <email@hidden>
- Date: Thu, 20 May 2004 15:10:28 -1000
On May 20, 2004, at 1:13 PM, Lotsa Cabo wrote:
I have been hired to build a cross-platform web application which takes
advantage of multiple databases. One database is for live data which
general users can pull data from. A second database is used to hold
massive amounts of "expired" data which advanced users are allowed to
access in real time. Can WebObjects handle this?
Sure. Just have an eomodel for each database. A restriction for
using multiple eomodels in a single WO app is that entity names must be
unique. So if both databases had the same table names, their entity
names would have to be made different in each eomodel.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.