Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 17th, 2004, 10:32 AM
Authorized User
 
Join Date: Sep 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to zouky
Default 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

 
Old September 17th, 2004, 11:52 PM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

It would be better if you can customize only those methods which you require rather than modifying the enter system.data.sqlclient members

Ganesh

 
Old October 8th, 2004, 04:30 AM
Friend of Wrox
 
Join Date: Feb 2004
Posts: 177
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The better place to start with and how to design such things is discussed in the Microsoft Data Architecture guide in the following link, you can refer to that

http://msdn.microsoft.com/library/en...tml/BOAGag.asp
http://msdn.microsoft.com/library/en.../html/daag.asp
http://msdn.microsoft.com/library/en...ml/daab-rm.asp






It is not how much we do,
but how much love we put in the doing.

-Mother Theresa





Similar Threads
Thread Thread Starter Forum Replies Last Post
ADO.Net Problem akhilesh_g ASP.NET 2.0 Professional 2 December 18th, 2007 05:33 AM
Ado.net Problem... NitinJoshi General .NET 2 January 10th, 2005 04:49 AM
'like' problem with asp.net/ ado badgolfer Access ASP 2 September 16th, 2004 01:50 PM
ADO.NET Problem lakmaldp ADO.NET 1 July 15th, 2004 01:58 AM
ADO.NET Problem dfb78 Classic ASP Databases 1 June 5th, 2003 05:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.