a complex solution for a simple problem

2002-10-29 Thread Vincent Stoessel
Hello Here is my situation. I need to copy information from one database (da_A) and insert it into another (db_B).I get the id for the from an ActionForm. I guess the easiest thing to do would be to write code in my acton class that basically makes jdbc calls to both databases and do a jdbc get

Re: a complex solution for a simple problem

2002-10-29 Thread David Graham
think this is overkill and it allows you to reuse the jdbc logic. David From: Vincent Stoessel [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users [EMAIL PROTECTED] Subject: a complex solution for a simple problem Date: Tue, 29 Oct 2002 12:26:22 -0500 Hello