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

.NET (Core and Framework)

 
GeneralIs this a bug in .NET Framework Pin
Volvere27-Sep-04 2:48
Volvere27-Sep-04 2:48 
GeneralProgress Bar that moves Pin
sampoo26-Sep-04 8:46
sampoo26-Sep-04 8:46 
GeneralRe: Progress Bar that moves Pin
kayhustle29-Sep-04 6:06
kayhustle29-Sep-04 6:06 
GeneralRe: Progress Bar that moves Pin
sampoo29-Sep-04 7:18
sampoo29-Sep-04 7:18 
GeneralWMI Listing running DLL's Pin
JDOnline25-Sep-04 22:57
JDOnline25-Sep-04 22:57 
GeneralRe: WMI Listing running DLL's Pin
bort19831-Oct-09 17:50
bort19831-Oct-09 17:50 
GeneralDatabase independent programming? (OLEDB or ODBC data Adaptor) Pin
Salil Khedkar23-Sep-04 21:33
Salil Khedkar23-Sep-04 21:33 
GeneralRe: Database independent programming? (OLEDB or ODBC data Adaptor) Pin
Colin Angus Mackay24-Sep-04 2:56
Colin Angus Mackay24-Sep-04 2:56 
Salil Khedkar wrote:
.NET has OLEDB and ODBC Data Adaptors. But the documentation does not give enough information regarding which one among these two is suited for which purpose

ODBC is an older connectivity model and only exists for backwards compatibility. If all the databases you are connecting to support OLEDB then you should use that one.


Salil Khedkar wrote:
I need to keep my program transparent to whether the client uses Oracle or SQL Server at the backend

The SQL supported by SQL Server and Oracle have some differences also - if the user is writing SQL in your app I don't see how you can keep things completely transparent. So, one way or another you will be writing slightly different SQL.

IMHO, if the user is kept totally away from the database (no direct interaction) then my suggestion is to go for the specific SQL Server or Oracle data providers in the .NET Framework as you'll have to swap out the actual SQL commands anyway you might as well just optimise the whole by using the providers specific to the database.


Do you want to know more?

Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!


GeneralRe: Database independent programming? (OLEDB or ODBC data Adaptor) Pin
Salil Khedkar27-Sep-04 23:40
Salil Khedkar27-Sep-04 23:40 
GeneralDo customers trust Web Services? (It runs on top of IIS, right?) Pin
Salil Khedkar23-Sep-04 21:19
Salil Khedkar23-Sep-04 21:19 
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Daniel Turini23-Sep-04 22:09
Daniel Turini23-Sep-04 22:09 
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Salil Khedkar24-Sep-04 3:11
Salil Khedkar24-Sep-04 3:11 
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Daniel Turini24-Sep-04 3:15
Daniel Turini24-Sep-04 3:15 
GeneralRe: Do customers trust Web Services? (It runs on top of IIS, right?) Pin
Salil Khedkar27-Sep-04 23:35
Salil Khedkar27-Sep-04 23:35 
GeneralMachine won't act as Remoting Server Pin
Derek Lakin23-Sep-04 6:24
Derek Lakin23-Sep-04 6:24 
QuestionHow Guru's Pin
sreejith ss nair23-Sep-04 1:56
sreejith ss nair23-Sep-04 1:56 
GeneralAssembly Header Pin
sreejith ss nair23-Sep-04 1:52
sreejith ss nair23-Sep-04 1:52 
GeneralHTTP Simulation for WEb Services Pin
matef22-Sep-04 23:11
matef22-Sep-04 23:11 
GeneralGPS Pin
mathon21-Sep-04 13:44
mathon21-Sep-04 13:44 
GeneralRe: GPS Pin
Nnamdi Onyeyiri24-Sep-04 0:39
Nnamdi Onyeyiri24-Sep-04 0:39 
QuestionBusiness Contact Manager & .net Framework 2? Pin
BillyBlue21-Sep-04 7:38
BillyBlue21-Sep-04 7:38 
AnswerRe: Business Contact Manager & .net Framework 2? Pin
Anonymous22-Sep-04 19:58
Anonymous22-Sep-04 19:58 
AnswerRe: Business Contact Manager & .net Framework 2? Pin
Anonymous22-Sep-04 20:00
Anonymous22-Sep-04 20:00 
QuestionWhat to do with dependent assemblies when using a COM wrapper. Pin
Gary Hyslop at home21-Sep-04 4:03
Gary Hyslop at home21-Sep-04 4:03 
AnswerRe: What to do with dependent assemblies when using a COM wrapper. Pin
Steven Campbell21-Sep-04 5:15
Steven Campbell21-Sep-04 5:15 

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.