How to store object created with C# in SQL Server 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to store the objects that i create in run time in database. In a way
that, for a product a create an object from a class written with C#, define
its properties and functions that it has, and want to store it in a database
(SQL Server 2K). I want the columns to be created and filled dynamically when
an object is inserted in db (Just like in J2EE, which is called i think
relational mapping, or something like this).

How can I do that?
 
Back
Top