Here you go: https://sourceforge.net/forum/message.php?msg_id=2835663
It isn't really a feature of the framework, but a work-around is provided in this thread. On Tue, 21 Dec 2004 09:09:06 -0600, Brice Ruth <[EMAIL PROTECTED]> wrote: > Yes, there is a previous example of how to do this, I believe it is on > the old SourceForge forum, if I'm not mistaken. I'll go search for the > link to the particular thread if I can find it. > > > On Tue, 21 Dec 2004 08:58:18 -0600, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > > I'm using the ibatis DAO framework and SQLMapping to develop a web > > application and it is working great. I used Hibernate on the last project, > > but the client insisted on having more control over the SQL. SQLMapping > > takes care of that. Now the DBA is insisting that each user authenticate > > with their own Oracle ID and password. Can I pass in the connection > > credentials at run time rather than use what is in the config file? > > >

