Re: EOF and 2 x Database Connections
Re: EOF and 2 x Database Connections
- Subject: Re: EOF and 2 x Database Connections
- From: Mike Schrag <email@hidden>
- Date: Sun, 4 Jul 2010 11:36:42 -0400
If you just want to replace JDBCAdaptor itself with your own, you can do what wonder does at startup:
_NSUtilities.setClassForName(ERXJDBCAdaptor.class, JDBCAdaptor.class.getName());
and then ERXJDBCAdaptor extends JDBCAdaptor.
If you want to do an entirely new adaptor, then you will need to provide a framework.
ms
On Jul 4, 2010, at 5:22 AM, Andrew Lindesay wrote:
> Actually; scrap that question -- I think I have been here before and it is necessary!
>
>> Without jumping through too many hoops, is it necessary to make a new framework to subclass JDBCAdaptor in a usable manner?
>
> ___
> Andrew Lindesay
> www.silvereye.co.nz
>
_______________________________________________
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