how to deal with this problem related with ADO.NET
dear experts!!
i am fresh in ASP.NET and ADO.NET programming. i would like to ask about if i want to create a class for only dealing with system.data.sqlclient by initialize on every of its property (Inside including data adapter and data set.)
example: i don't need to build the connection path everytime as new initlializing as i can inherit it on others method which interact with my database. after calling the class and its property, i can strictly go forward and customize my dataset.
I am using MS SQL Server 2000 as my database. what's the first step i should start on, (yeah, certainly should import the right namespace)a class that with all the data connection property, in future even running any data driven method, can just pin-point to this class with specific property.
thank you
|