look into ibatis, hibernate, torque .... on and on


-----Original Message-----
From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: 07 July 2004 04:48
To: [EMAIL PROTECTED]
Subject: EXTERNALIZE SQL QUERIES


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]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


.


-- regards Navjot Singh

If I'm over the hill, why is it I don't recall ever being on top?
-- Jerry Muscha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to