K
krish
hello ,
i am working on ASP.NET & C#. I want to insert/update/delete some
datas to the database. the datas are based on the object. For example
class Person
{
string name, address, pincode;
};
i have related schema in the SQL Server database. can i store the
above class object to the database with out using SQL query for
insert/update/delete but using XML. because i need reusablity. if i do
it using sql i need to change my query every time when ever
modification of class.
can anyone help me please.
Thanks in advance.
krish
i am working on ASP.NET & C#. I want to insert/update/delete some
datas to the database. the datas are based on the object. For example
class Person
{
string name, address, pincode;
};
i have related schema in the SQL Server database. can i store the
above class object to the database with out using SQL query for
insert/update/delete but using XML. because i need reusablity. if i do
it using sql i need to change my query every time when ever
modification of class.
can anyone help me please.
Thanks in advance.
krish