You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Ashok Madhavan <as...@gmail.com> on 2007/05/05 18:43:23 UTC

Re: Using DataDirect Embedded Driver with iBatis

Hi Larry,

can you me some pointers for using proxy on an existing data source
implementaiton.

in some places we use the dbcp for a data source, in some other places we
use weblogic's datasource etc.

regards
ashok

On 4/30/07, Larry Meadors <lm...@apache.org> wrote:
>
> Yeah, it'll work. You may need to do a little plumbing, but it
> shouldn't be too difficult.
>
> My guess is that you'll need to create a data source / data source
> factory, and make your required function call there. I think I'd use a
> proxy on an existing data source implementation.
>
> Larry
>
>
> On 4/30/07, Ashok Madhavan <as...@gmail.com> wrote:
> > Hi all,
> >
> > I am using iBatis. it works great and i love it.
> >
> > in my project i need to use a embedded ( branded ) driver from data
> direct.
> > Does iBatis support these embedded JDBC connections.
> >
> > this link provides more information
> > http://www.datadirect.com/support/oem_embedding/index.ssp
> >
> > Quoting from that link :
> > In order to use your DataDirect OEM drivers, your application must first
> > invoke the drivers by sending a special function call with the required
> > password to the OEM product license file. You will need to make this
> > function call immediately after each call to connect to the database. If
> > your customers attempt to use your OEM products with any other
> third-party
> > applications, an error message will be returned.
> >
> >
> > Has anybody used datadirect embedded jdbc drivers ? any pointers would
> be
> > welcome.
> >
> > regards
> > Ashok
> >
>