473,394 Members | 2,063 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Which Namespace for DBConnection?

RSH
I have a data access layer that needs to handle multiple Database types. I
have seen genecric references being made to a DBConnection, DBCommand etc.
What namespace are they in?

Ron
Sep 10 '07 #1
2 1803
Googling for ".net dbconnection class" gives
<http://msdn2.microsoft.com/en-us/library/system.data.common.dbconnection.aspx>
as the first hit.

On Mon, 10 Sep 2007 13:48:42 -0400, "RSH" <wa*************@yahoo.com>
wrote:
>I have a data access layer that needs to handle multiple Database types. I
have seen genecric references being made to a DBConnection, DBCommand etc.
What namespace are they in?

Ron
Sep 10 '07 #2
On Sep 10, 1:48 pm, "RSH" <way_beyond_o...@yahoo.comwrote:
I have a data access layer that needs to handle multiple Database types. I
have seen genecric references being made to a DBConnection, DBCommand etc.
What namespace are they in?

Ron
You should use the Object Browser for this. Press F2 (by default) to
open up the browser and type the name of the object you are trying to
locate. It will show you want namespace/class it is contained by and
it's methods and descriptions.

Thanks,

Seth Rowe

Sep 11 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: SungSoo, Han | last post by:
There are two coding style when python import module. (1) import sys (2) from import sys (or from import *) I prefer (1) style. Because it's easy to read, understand module in any category .. ...
10
by: da Vinci | last post by:
Hello. First off, I am not sure of the exact jargon used, so I will ask a question regarding it. Then on to my other question. When you use things like cout and cin from the iostream header...
1
by: Pablo Garcia | last post by:
Please, if someone knows which reference I must Add to use the namespace ROOT.CIMV2, please tell me. Thank you
1
by: arthy | last post by:
Hi, Is it possible to execute multiple statements on to the database using a single dbconnection object.what is the drawback in using .If not possible ,then how can the execution of multiple...
25
by: samjnaa | last post by:
Please check for sanity and approve for posting at python-dev. In Visual Basic there is the keyword "with" which allows an object- name to be declared as governing the following statements. For...
0
by: ajayraj | last post by:
Which is better, one defined in step1 or step2, and if so then why? can any aone give the explanation. 1. Define the namespace with the "using namespace" keyword and then declare the class: ...
2
by: Jelle de Jong | last post by:
Hi all, I have a datasource and I want to connect to it like ADO.Net and build my own DbConnection and stuff. But I don't want to build my own SQL-parser. Does someone have a good idea to use...
4
by: =?Utf-8?B?cmJEZXZlbG9wZXI=?= | last post by:
In the code below, I'm setting a watch on the variable dbCon. When I expand the watch on dbCon, one of the visible items under dbCon is "ServerVersion." When the dbCon.Close() executes, I see the...
3
by: =?Utf-8?B?VHJlY2l1cw==?= | last post by:
Hello, Newsgroupians: I've created a class that wraps DbConnection. public class CSQL { protected System.Data.Common.DbConnection m_conn; public CSQL {
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.