Hi,

three questions according the database connection:

I have a model, which has a database connection defined in a connection dictionary. But the model should not open the connection per default, it should get the credentials from another property file which will differ between the instances of the application in the JavaMonitor. If I use this solution:

http://mirror.informatimago.com/next/developer.apple.com/documentation/WebObjects/Enterprise_Objects/Connecting/chapter_10_section_8.html

the app will connect to the default database and makes then a reconnect to the later provided database. Is it possible to prevent the first connect?

If I use multiple EOEditingContexts in my application, I have to change the connection parameters for every EC. When is the best time to set these for the session.defaultEditingContext()? Can I get the current connection credentials from an EditingContext instance to use it on another EC instance?

Thank you.

Best regards
André
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to