TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Yuvipoy
NA
7
16.9k
Odbc ;Oledb;Client;Types in Oracle + C#
Sep 20 2012 4:37 AM
What is the difference in using the below commands in .net C#
using System.Data.Odbc;----> It will be referring to Open database Connectivity (common across all database )
using System.Data.Oledb;----->It will be referring to Object Linking and Embedding, Database
using Oracle.DataAccess.Client;----->It is provided my Microsoft for Oracle
using Oracle.DataAccess.Types;-------> .NET DataProvider from Oracle ------------------>is this a ODP connection?
what is the significant difference in these commands ODBC ,OLEDB and ODP
Which will performance better in Oracle.
Thanks!
Reply
Answers (
1
)
Any advice on how it is done?
Number Function In C#?