Click here to Skip to main content
15,914,642 members
Home / Discussions / Database
   

Database

 
GeneralSystem.Data.DataTable write synchronization Pin
Bill Baldasti6-Feb-03 11:41
Bill Baldasti6-Feb-03 11:41 
QuestionDo you access a SQL server the same way as a ACCESS DATABASE?? Pin
IrishSonic5-Feb-03 11:31
IrishSonic5-Feb-03 11:31 
AnswerRe: Do you access a SQL server the same way as a ACCESS DATABASE?? Pin
Philip Patrick7-Feb-03 21:56
professionalPhilip Patrick7-Feb-03 21:56 
GeneralSingle quotes in SQL strings... Pin
Jamie Hale5-Feb-03 0:29
Jamie Hale5-Feb-03 0:29 
GeneralRe: Single quotes in SQL strings... Pin
Richard Deeming5-Feb-03 2:06
mveRichard Deeming5-Feb-03 2:06 
GeneralRe: Single quotes in SQL strings... Pin
Jamie Hale5-Feb-03 3:21
Jamie Hale5-Feb-03 3:21 
GeneralADO.NET -vs- ODBC.NET Pin
ExtraLean4-Feb-03 5:52
ExtraLean4-Feb-03 5:52 
GeneralRe: ADO.NET -vs- ODBC.NET Pin
Bruce Duncan4-Feb-03 7:59
Bruce Duncan4-Feb-03 7:59 
ODBC.NET is a database/driver specific part of ADO.NET. Others are SqlClient for Sql Server, and OleDb for databases that have OleDb drivers available.

Preferrably you'd want to use a provider (in your case Sybase) that is specifically tailored for .NET (like the SQL one is specific for MS Sql Server)

If no such .NET specific driver is available your next best bet is an OLEDB driver and the OleDb .NET classes.

If you're still out of luck (no db specific .NET or OLEDB support), ODBC.NET is your only option. I have used ODBC.NET to access ODBC data sources with out any trouble.

To summarize (I hope), you aren't choosing between ADO.NET or ODBC.NET, but rather ODBC.NET, OleDB, or a Sybase specific .NET implementation. The best option being the last one.

Why? ODBC is older technology, and you may not be able to make full use of the available ADO.NET functionality.


Hope this helps, ( and that I didn't babble on too long Wink | ;) )



Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
I can levitate birds...


GeneralRe: ADO.NET -vs- ODBC.NET Pin
Wayne Phipps9-Feb-03 4:52
Wayne Phipps9-Feb-03 4:52 
GeneralRe: ADO.NET -vs- ODBC.NET Pin
Bruce Duncan9-Feb-03 6:02
Bruce Duncan9-Feb-03 6:02 
GeneralRe: ADO.NET -vs- ODBC.NET Pin
David Salter4-Feb-03 10:17
David Salter4-Feb-03 10:17 
GeneralListing DB2 Servers on the Network Pin
Vasudevan Deepak Kumar3-Feb-03 23:35
Vasudevan Deepak Kumar3-Feb-03 23:35 
GeneralDefault form in Access 2000 Pin
56789012343-Feb-03 20:56
56789012343-Feb-03 20:56 
GeneralRe: Default form in Access 2000 Pin
David Wulff4-Feb-03 1:11
David Wulff4-Feb-03 1:11 
GeneralRe: Default form in Access 2000 Pin
56789012344-Feb-03 2:05
56789012344-Feb-03 2:05 
GeneralDoes anyone have any tutorials on using SQL with C++.. Pin
IrishSonic3-Feb-03 11:09
IrishSonic3-Feb-03 11:09 
GeneralRe: Does anyone have any tutorials on using SQL with C++.. Pin
karl_w4-Feb-03 0:08
karl_w4-Feb-03 0:08 
GeneralRe: Does anyone have any tutorials on using SQL with C++.. Pin
David Wulff4-Feb-03 2:21
David Wulff4-Feb-03 2:21 
GeneralProblem setting DataViewState of timestamp after update Pin
bah73033-Feb-03 5:46
bah73033-Feb-03 5:46 
GeneralSQL Server transaction Log Pin
Spiros3-Feb-03 5:09
Spiros3-Feb-03 5:09 
GeneralRe: SQL Server transaction Log Pin
Bernhard Hofmann3-Feb-03 5:27
Bernhard Hofmann3-Feb-03 5:27 
GeneralRe: SQL Server transaction Log Pin
Spiros3-Feb-03 5:32
Spiros3-Feb-03 5:32 
GeneralC# and Data Blobs Pin
GrahamS3-Feb-03 2:20
GrahamS3-Feb-03 2:20 
Generalwhats eqivalent for cursor in ADO.NET Pin
pushpi2-Feb-03 17:48
pushpi2-Feb-03 17:48 
GeneralSQL connection problem Pin
pushpi1-Feb-03 0:38
pushpi1-Feb-03 0:38 

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.