ÐÑÐ, 2004-07-07 Ñ 06:48, Shailender Jain ÐÐÐÐÑÐÐ: > Hi, > > I am using struts framework for the development of my application. > I want to externalize the sql queries written in my application to an > xml file. > > For e.g. if i have got a query > insert into employee (id, name) values (1, 'shailender'); > > This should be written in xml as > insert into employee (id, name) values ($id, $name); > > Where id and name are variables in the application of type int and > string. > > Also if the id and name are arrays then it should insert all the values. > > Is there any api available for doing this without putting much effort in > learning the api. > > > > Regards > Shailender Jain > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Hi, Take a look at iBATIS SQL Maps http://www.ibatis.com
Regards, Andrew Stepanenko. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]