You might find this helpful http://developer.apple.com/legacy/mac/library/#documentation/WebObjects/Enterprise_Objects/Connecting/Connecting.html#//apple_ref/doc/uid/TP30001011-CH210-BEDGBJJC
Although some of the information there (providing multiple database channels) is wrong. databaseContextWillRunLoginPanelToOpenDatabaseChannel also looks to be of interest: https://developer.apple.com/legacy/mac/library/documentation/InternetWeb/Reference/WO542Reference/com/webobjects/eoaccess/EODatabaseContext.Delegate.html#databaseContextWillRunLoginPanelToOpenDatabaseChannel(com.webobjects.eoaccess.EODatabaseContext,%20com.webobjects.eoaccess.EODatabaseChannel) I don't think I've heard of anyone doing something like this on the list, except maybe Larry :-) Ramsey On Jun 18, 2012, at 9:32 AM, Paul Dunkler wrote: > Hi List, > > is there any way to have different database connections per session? I need > this in an application for giving the user the ability to change between > several different copies of the database to work on. > > I always tried to copy EOModels and so on, read some mails from the list but > not really found an answer for that problem. I know that what i trying to do > will cause a bit memory overhead but i do not want to provide ~25 > applications just because they need different database connections. > > Would be nice to get some suggestions... > > -- > With best regards > Paul Dunkler > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
