Click here to Skip to main content
15,921,660 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: CLASP Pin
Guffa16-Aug-06 19:04
Guffa16-Aug-06 19:04 
Questionhow Pin
di3215-Aug-06 22:44
di3215-Aug-06 22:44 
AnswerRe: how Pin
Robert Rohde16-Aug-06 2:45
Robert Rohde16-Aug-06 2:45 
Question.NET Remoting Pin
di3215-Aug-06 21:34
di3215-Aug-06 21:34 
AnswerRe: .NET Remoting Pin
Jun Du18-Aug-06 4:54
Jun Du18-Aug-06 4:54 
GeneralRe: .NET Remoting Pin
di3218-Aug-06 4:59
di3218-Aug-06 4:59 
QuestionOledb or Odbc Pin
NasimKaziS15-Aug-06 19:31
NasimKaziS15-Aug-06 19:31 
AnswerRe: Oledb or Odbc Pin
Robert Rohde16-Aug-06 2:50
Robert Rohde16-Aug-06 2:50 
Hi,

generally those are two different abstraction layers mainly doing the same thing. When trying to decide which one to use you should at first look for which one a driver for the target db is available. In the case of Oracle you could use both. If I remember correctly OleDb was faster, but this only matters if you fetch large amounts of data from the db.
If you know you are using Oracle and you also know you will never switch the database engine than have a look at ODP.NET[^]. It's an implementation of the common ADO.Net interfaces which comes directly from Oracle and is (naturally) faster than the other two. It also has some more Oracle specific functionalities. The biggest drawback is that you can only access Oracle with it and nothing else.

Robert
Questionadvice required distributed servers and updations [modified] Pin
harinath15-Aug-06 18:20
professionalharinath15-Aug-06 18:20 
QuestionProblem With ComboBox Pin
Nagaraju_Focus15-Aug-06 17:47
Nagaraju_Focus15-Aug-06 17:47 
AnswerRe: Problem With ComboBox Pin
NasimKaziS15-Aug-06 19:45
NasimKaziS15-Aug-06 19:45 
QuestionRe: Problem With ComboBox Pin
Nagaraju_Focus15-Aug-06 21:52
Nagaraju_Focus15-Aug-06 21:52 
QuestionMaximum errors limit in VS2005 Pin
leckey15-Aug-06 3:28
leckey15-Aug-06 3:28 
AnswerRe: Maximum errors limit in VS2005 Pin
Dave Kreskowiak15-Aug-06 6:33
mveDave Kreskowiak15-Aug-06 6:33 
GeneralRe: Maximum errors limit in VS2005 Pin
leckey15-Aug-06 9:59
leckey15-Aug-06 9:59 
GeneralRe: Maximum errors limit in VS2005 Pin
Dave Kreskowiak15-Aug-06 10:07
mveDave Kreskowiak15-Aug-06 10:07 
GeneralRe: Maximum errors limit in VS2005 Pin
Colin Angus Mackay16-Aug-06 20:22
Colin Angus Mackay16-Aug-06 20:22 
AnswerRe: Maximum errors limit in VS2005 Pin
Guffa15-Aug-06 7:00
Guffa15-Aug-06 7:00 
QuestionWebClient.UploadFile Pin
nBorshek14-Aug-06 19:35
nBorshek14-Aug-06 19:35 
AnswerRe: WebClient.UploadFile Pin
harinath15-Aug-06 18:27
professionalharinath15-Aug-06 18:27 
GeneralRe: WebClient.UploadFile Pin
nBorshek15-Aug-06 20:34
nBorshek15-Aug-06 20:34 
GeneralRe: WebClient.UploadFile Pin
nBorshek16-Aug-06 2:40
nBorshek16-Aug-06 2:40 
QuestionHow can we generate XML help file in VS 2005 Pin
parvinder sehrawat12-Aug-06 0:23
parvinder sehrawat12-Aug-06 0:23 
AnswerRe: How can we generate XML help file in VS 2005 Pin
Guffa12-Aug-06 2:31
Guffa12-Aug-06 2:31 
Questionhow dynamic is .NET Pin
thebread11-Aug-06 11:53
thebread11-Aug-06 11:53 

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.