creating tables and dynamic configiration

2005-06-09 Thread Brandon Goodin
-- Forwarded message -- From: Brandon Goodin <[EMAIL PROTECTED]> Date: Jun 9, 2005 4:26 PM Subject: Re: creating tables and dynamic configiration To: [EMAIL PROTECTED] larry's idea is better. Mine sucks. Brandon On 6/9/05, Larry Meadors <[EMAIL PROTECTED]> w

Re: creating tables and dynamic configiration

2005-06-09 Thread Larry Meadors
<[EMAIL PROTECTED]> > Date: Jun 9, 2005 3:35 PM > Subject: Re: creating tables and dynamic configiration > To: Brandon Goodin <[EMAIL PROTECTED]> > > > Let me explain. I am developing a client side app, that is with gui > and such, not a web app. > The app will be

Re: creating tables and dynamic configiration

2005-06-09 Thread Brandon Goodin
Dmitry, you can still use the ThreadLocal strategy without the connection pool stuff. In a client side app i am assuming you would only need one connection. So, you could write your own datasource factory that implements the DataSourceFactory interface and your own DataSource which implements the

Fwd: creating tables and dynamic configiration

2005-06-09 Thread Brandon Goodin
-- Forwarded message -- From: Dmitry Skavish <[EMAIL PROTECTED]> Date: Jun 9, 2005 3:35 PM Subject: Re: creating tables and dynamic configiration To: Brandon Goodin <[EMAIL PROTECTED]> Let me explain. I am developing a client side app, that is with gui and such, n

Re: creating tables and dynamic configiration

2005-06-09 Thread Brandon Goodin
#1 not intentionally #2 I'm not sure what xml generation has to do with this issue. Maybe i am misunderstanding you. If you are developing a web application you will have to do something like what was provided if you want individuals to use their own username and password for database access. Cons

Re: creating tables and dynamic configiration

2005-06-09 Thread Larry Meadors
Well...I have used it for running DDL, it seems to work ok. Larry On 6/9/05, Brandon Goodin <[EMAIL PROTECTED]> wrote: > 1) iBatis does not support DDL script execution.

Re: creating tables and dynamic configiration

2005-06-09 Thread Dmitry Skavish
> 1) iBatis does not support DDL script execution. Are there any plans to support this? > 2) > http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+connect+using+a+user%27s+credentials%3F It seems to be an overkill for such simple thing. If this is the only way? I would rather

Re: creating tables and dynamic configiration

2005-06-09 Thread Brandon Goodin
1) iBatis does not support DDL script execution. 2) http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+connect+using+a+user%27s+credentials%3F Brandon On 6/9/05, Dmitry Skavish <[EMAIL PROTECTED]> wrote: > Hello everybody, > > I am pretty new to iBATIS, but already love it!

creating tables and dynamic configiration

2005-06-09 Thread Dmitry Skavish
Hello everybody, I am pretty new to iBATIS, but already love it! I have couple of questions: 1. I am developing a client app which will be using iBatis. On the first run I want to create tables in a db if they are not there yet. Can I use iBatis for that? If yes how? Basically I need to send a bu

creating tables and dynamic configiration

2005-06-09 Thread Dmitry Skavish
Hello everybody, I am pretty new to iBATIS, but already love it! I have couple of questions: 1. I am developing a client app which will be using iBatis. On the first run I want to create tables in a db if they are not there yet. Can I use iBatis for that? If yes how? Basically I need to send a bu