Click here to Skip to main content
15,890,185 members
Home / Discussions / Database
   

Database

 
GeneralRe: New data row in data set- without disturbing IIS ! Pin
Steven Campbell14-Sep-04 8:13
Steven Campbell14-Sep-04 8:13 
GeneralOdbcDataAdapter OR OleDbDataAdapter Pin
Salil Khedkar13-Sep-04 2:54
Salil Khedkar13-Sep-04 2:54 
GeneralRe: OdbcDataAdapter OR OleDbDataAdapter Pin
David Salter13-Sep-04 3:33
David Salter13-Sep-04 3:33 
GeneralRe: OdbcDataAdapter OR OleDbDataAdapter Pin
Salil Khedkar13-Sep-04 20:43
Salil Khedkar13-Sep-04 20:43 
GeneralRe: OdbcDataAdapter OR OleDbDataAdapter Pin
David Salter14-Sep-04 10:59
David Salter14-Sep-04 10:59 
GeneralRe: OdbcDataAdapter OR OleDbDataAdapter Pin
cmk14-Sep-04 15:58
cmk14-Sep-04 15:58 
GeneralRe: OdbcDataAdapter OR OleDbDataAdapter Pin
Salil Khedkar14-Sep-04 20:19
Salil Khedkar14-Sep-04 20:19 
GeneralRe: OdbcDataAdapter OR OleDbDataAdapter Pin
Salil Khedkar14-Sep-04 22:32
Salil Khedkar14-Sep-04 22:32 
Thanks guys. I got some amount of info but it mainly described the concept behind OLEDB and ODBC technologies, like:

ODBC is Open Data Base Connectivity, which is a connection method to data sources and other things. It requires that you set up a data source, or what's called a DSN using an SQL driver or other driver if connecting to other database types. Most database systems support ODBC.
OLE is Object Linking and Embedding. OLEDB is partly distinguished from OLE itself, now called
"automation".

OLEDB is the successor to ODBC, a set of software components that allow a "front end" such as GUI
based on VB, C++, Access or whatever to connect with a back end such as SQL Server, Oracle, DB2,
mySQL etal. In many cases the OLEDB components offer much better performance than the older ODBC.
OLEDB is a different type of data provider that came about with MS's Universal Data Access in 1996 and does not require that you set up a DSN. It is commonly used when building VB apps and is closely tied to ADO. It works with COM, and DCOM as of SQL 7.0.

However my quetion is more related with the .NET classes provieded for the same. If I don't want to get tied to a specific database, what is the better choice: OdbcDataAdapter OR OleDbDataAdapter in terms of performance and scalability?


QuestionRowUpdated event,, info ???? Pin
Md Saleem Navalur13-Sep-04 2:44
Md Saleem Navalur13-Sep-04 2:44 
GeneralCDaoDatabase connect string in Windows XP Pin
olis12-Sep-04 5:34
olis12-Sep-04 5:34 
GeneralReporting Service Pin
architechnology.de11-Sep-04 5:00
architechnology.de11-Sep-04 5:00 
GeneralWhy I Can't update table (dbf) Pin
delemur11-Sep-04 3:29
delemur11-Sep-04 3:29 
GeneralRe: Why I Can't update table (dbf) Pin
sreejith ss nair11-Sep-04 23:50
sreejith ss nair11-Sep-04 23:50 
GeneralWriting ActiveX Controls Pin
DustinMiles10-Sep-04 11:33
DustinMiles10-Sep-04 11:33 
GeneralRe: Writing ActiveX Controls Pin
Steven Campbell10-Sep-04 18:37
Steven Campbell10-Sep-04 18:37 
QuestionIs there a performance difference? Pin
Marc Clifton10-Sep-04 8:13
mvaMarc Clifton10-Sep-04 8:13 
AnswerRe: Is there a performance difference? Pin
Grimolfr10-Sep-04 9:15
Grimolfr10-Sep-04 9:15 
AnswerRe: Is there a performance difference? Pin
je_gonzalez10-Sep-04 10:45
je_gonzalez10-Sep-04 10:45 
AnswerRe: Is there a performance difference? Pin
Steven Campbell10-Sep-04 18:33
Steven Campbell10-Sep-04 18:33 
AnswerRe: Is there a performance difference? Pin
Mike Ellison12-Sep-04 5:35
Mike Ellison12-Sep-04 5:35 
QuestionHow do I clear a datasource from a bound control? Pin
Bart-Man10-Sep-04 4:05
Bart-Man10-Sep-04 4:05 
AnswerRe: How do I clear a datasource from a bound control? Pin
sreejith ss nair11-Sep-04 23:55
sreejith ss nair11-Sep-04 23:55 
GeneraltSQL query Pin
partt10-Sep-04 2:57
partt10-Sep-04 2:57 
GeneralRe: tSQL query Pin
partt10-Sep-04 3:06
partt10-Sep-04 3:06 
GeneralGetting Server List. Pin
Sumit Domyan9-Sep-04 21:17
Sumit Domyan9-Sep-04 21:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.