Multiple inserts into database The jdbc.core class PreparedStatementFactory seems to be coded to handle multiple inserts. However, the higher level of abstraction jdbc.object package has classes that *have* to make one ... |
OJB multiple database support Hi, i've got a question regarding Spring's OJB support. i've an app which accesses 2 databases. OJB supports multiple dbs natively. Now using Spring i've the following ... |
Hello everybody, I want to use two differents databases with a single web application using spring and hibernate. The databases schemas are differents but have some businness relationships. i want to ... |
Multiple databases with one Ressource Manager I did some works with Spring and Hibernate and as I worked with one database, I used HibernateTransactionManager. I don't need more but I'm just ... |
[Design Database] Single or multiple database model (1 per customer) I'm currently developing a groupware webapplication for doing medical administration. The users of one practice can collaborate with each other, but ... |
multiple database on a single database server Hello, not sure if this question is asked before. our application needs to update two databases but they both are residing on the same ... |
Multiple web-app issue with one database module. Hi, We have two web-app using common data access module. One webapp uses spring container and another not. But the second one needs access ... |
|
How to Configure and Use Multiple Databases in Spring Hi everyone, i've build a webportal with the help of Springframework. The persistency of the entities is saved in DB 1, but ... |
How to Configure and Use Multiple Databases in Spring 1.2 Hi, in my application i have multiple databases. Administrator can add new or delete existing db. Urls, logins and passwords (to ... |
Support multiple customers in one database Hello I've got a webapp that supports multiple customers. I want to make sure there's clear separation of customer data, one customer can't see another ... |
Hi Guys, I have developed an application using struts + spring + iBatis. My requirement is: - My application is hooked up with some X database and on run time I ... |
Hi All, Here is the scenario. Right now, I have one database for the application. Now we are planning for having multiple databases. I need to configure spring in such a ... |
Hi, I am using Ibatis with Spring. In my application i require two DataBases simultaneously. Two execute stored procedures in both DataBases what should i do? I am very new to ... |
Hi All, I have worked on spring with hibernate to access data(stored in mysql) from single database , but how i can manage using multiple databases ( all are in mysql ... |
jdbcTamplate not working properly in case of multiple database Hi all, In my (Spring web-MVC based)web application we are using 3 DBs and maintaining db connections using jdbcTamplate. Application is deployed ... |
Apr 23rd, 2010, 04:41 PM #1 j1234d View Profile View Forum Posts Private Message Junior Member Join Date Apr 2010 Posts 1 Feasible Architecture - Multiple Databases I am having a ... |
I have a requirement to load a file in two different databases. Is there any way to have multiple writers in single Step? Or i have to configure this as two ... |