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

.NET (Core and Framework)

 
GeneralRe: .NET 4.0 Runtime can't run older versions Pin
Abhinav S26-Apr-10 18:28
Abhinav S26-Apr-10 18:28 
GeneralRe: .NET 4.0 Runtime can't run older versions Pin
Randal Vance Cunanan26-Apr-10 21:23
Randal Vance Cunanan26-Apr-10 21:23 
GeneralRe: .NET 4.0 Runtime can't run older versions Pin
Abhinav S27-Apr-10 7:32
Abhinav S27-Apr-10 7:32 
GeneralRe: .NET 4.0 Runtime can't run older versions Pin
Randal Vance Cunanan27-Apr-10 14:26
Randal Vance Cunanan27-Apr-10 14:26 
QuestionHelp: System.Data.OleDb - Postgre connection [modified] Pin
Pradeep Sen23-Apr-10 21:08
Pradeep Sen23-Apr-10 21:08 
AnswerRe: Help: System.Data.OleDb - Postgre connection Pin
Dave Kreskowiak25-Apr-10 4:05
mveDave Kreskowiak25-Apr-10 4:05 
GeneralRe: Help: System.Data.OleDb - Postgre connection Pin
Pradeep Sen25-Apr-10 14:52
Pradeep Sen25-Apr-10 14:52 
GeneralRe: Help: System.Data.OleDb - Postgre connection Pin
Dave Kreskowiak26-Apr-10 1:41
mveDave Kreskowiak26-Apr-10 1:41 
You'd have to let the developer supply you with the DataProvider name or supply the connection object to your code.


Pradeep Sen wrote:
thou we have a namespace in .Net for oracle, still u can use System.Data.OleDb


Yep, and by using OleDb, you also lose any optimizations specifice to that provider costing you speed and flexibility.


If it were me, I'd probably supply data layers for specific databases, like Oracle, SQL Server, and Access, then let the developer write their own data layer classes using the interfaces you provide to do so.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Help: System.Data.OleDb - Postgre connection Pin
Pradeep Sen28-Apr-10 0:38
Pradeep Sen28-Apr-10 0:38 
GeneralRe: Help: System.Data.OleDb - Postgre connection Pin
Dave Kreskowiak28-Apr-10 2:11
mveDave Kreskowiak28-Apr-10 2:11 
QuestionStudio 2008 & .Net 4.0 Pin
fct200423-Apr-10 10:37
fct200423-Apr-10 10:37 
AnswerRe: Studio 2008 & .Net 4.0 Pin
Pete O'Hanlon23-Apr-10 11:46
mvePete O'Hanlon23-Apr-10 11:46 
AnswerRe: Studio 2008 & .Net 4.0 Pin
Scott Dorman23-Apr-10 12:11
professionalScott Dorman23-Apr-10 12:11 
GeneralRe: Studio 2008 & .Net 4.0 Pin
PIEBALDconsult27-Apr-10 14:08
mvePIEBALDconsult27-Apr-10 14:08 
GeneralRe: Studio 2008 & .Net 4.0 Pin
Scott Dorman27-Apr-10 14:45
professionalScott Dorman27-Apr-10 14:45 
GeneralRe: Studio 2008 & .Net 4.0 Pin
PIEBALDconsult27-Apr-10 15:54
mvePIEBALDconsult27-Apr-10 15:54 
AnswerRe: Studio 2008 & .Net 4.0 Pin
Dave Kreskowiak23-Apr-10 20:11
mveDave Kreskowiak23-Apr-10 20:11 
AnswerRe: Studio 2008 & .Net 4.0 Pin
Abhinav S23-Apr-10 21:21
Abhinav S23-Apr-10 21:21 
AnswerRe: Studio 2008 & .Net 4.0 Pin
PIEBALDconsult27-Apr-10 15:55
mvePIEBALDconsult27-Apr-10 15:55 
QuestionSending and Receiving ASCII of USB ports [solved] Pin
Fabio Franco23-Apr-10 10:05
professionalFabio Franco23-Apr-10 10:05 
AnswerRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak23-Apr-10 20:14
mveDave Kreskowiak23-Apr-10 20:14 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco24-Apr-10 3:44
professionalFabio Franco24-Apr-10 3:44 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak25-Apr-10 4:03
mveDave Kreskowiak25-Apr-10 4:03 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Fabio Franco25-Apr-10 9:05
professionalFabio Franco25-Apr-10 9:05 
GeneralRe: Sending and Receiving ASCII of USB ports Pin
Dave Kreskowiak25-Apr-10 14:18
mveDave Kreskowiak25-Apr-10 14:18 

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.