What is the difference between OLEDB and ODBC
Answer Posted / kranthi
ODBC-it is designed for connecting to relational databases.
However, OLE DB can access relational databases as well as
nonrelational databases.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
How to convert character strings into numeric values?
How to create function with parameter in sql server?
How you can find out if an index is useful to the optimizer?
What are sql server procedures?
How does normalization work?
Why is replication required on the sql server?
What is format parameter in ssrs?
What is the temp table?
What is the difference between Clustered and Non-Clustered Index?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What is database dimension? : sql server analysis services, ssas
What are the different types of sql server replication? : sql server replication
What are information schema views?
What is row_number()?
Define left outer join in sql server joins?