Re: list all databases in mysql server

2010-05-23 Thread Zhong Nanhai
Many thanks!!! It works. On 5/21/10, Martin Ellis wrote: > On 21 May 2010 08:17, Zhong Nanhai wrote: >> Is it possible to show all databases in a mysql server with iBatis? > > > SHOW DATABASES > > > System.out.println(session.selectList("your-namesp

Re: list all databases in mysql server

2010-05-21 Thread Zhong Nanhai
On Fri, May 21, 2010 at 10:17 AM, Zhong Nanhai > wrote: > >> Hi, >> >> Is it possible to show all databases in a mysql server with iBatis? >> >> >> >> Best Regards, >> Zhong Nanhai >> >>

list all databases in mysql server

2010-05-21 Thread Zhong Nanhai
Hi, Is it possible to show all databases in a mysql server with iBatis? Best Regards, Zhong Nanhai - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h

Re: RE: xml persistence

2010-05-13 Thread Zhong Nanhai
Hi, OBender: Thank you very much!!! StelsXML does a good job! It can work with iBatis successfully at the present time here. Best Regards, Zhong Nanhai On 5/13/10, OBender wrote: > I think you should rather look into the JDBC drivers for XML data sources, > e.g., http://www.csv-jd

xml persistence

2010-05-13 Thread Zhong Nanhai
Hi, Does iBatis support XML persistence, i.e. take an XML file as a database? Best Regards, Zhong Nanhai - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h