Re: jdbc adaptor
Re: jdbc adaptor
- Subject: Re: jdbc adaptor
- From: Chuck Hill <email@hidden>
- Date: Mon, 5 Mar 2007 11:31:35 -0800
On Mar 5, 2007, at 10:30 AM, Anthony Arthur wrote:
Hello,
What is the EOF mechanism that decides which jdbc driver to use?
It uses the driver specified in the connection dictionary if there is
one. Otherwise, it divines which to use from the JDBC connection URL.
I want my app to use my Frontbase driver, but the connection
dictionary shows it has specified oracle in the Driver field. My
connection dictionary lives in an xml file and is loaded at launch
time. My xml does not specify any driver, only the db url, user, &
password, but somehow on it's own it thinks I want to load the
oracle driver. Any clues?
Is the driver set in the connection dictionary stored in the model?
It sounds like the code to load the info from your XML file is not
overriding all of the settings in the model.
Chuck
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >jdbc adaptor (From: Anthony Arthur <email@hidden>) |