December 4, 2012 at 6:44 am
What standards are available to provide connectivity between database systems?
This question i had get it , i had confused about it could anybody give me his expriiance about it
i will be so thanks
December 4, 2012 at 6:51 am
Hello,
Do you want to have connectivity between 02 SQL Servers or, SQL Server to any other RDBMS?
December 4, 2012 at 6:56 am
ODBC (Open Database Connectivity)
http://en.wikipedia.org/wiki/ODBC
Lowell
December 4, 2012 at 9:13 am
Just i want to know what do it mean exactly connectivity standard ?
Does it mean the way to connect the database with application like ODBC engine or ........etc
December 4, 2012 at 9:39 am
moh_ab1979 (12/4/2012)
Just i want to know what do it mean exactly connectivity standard ?Does it mean the way to connect the database with application like ODBC engine or ........etc
well that's why i posted the wiki link..it explains it much better than i could in a forum post.
ODBC is what provides a stadnard set of rules for accessing different database systems.
ODBC accomplishes DBMS independence by using an ODBC driver as a translation layer between the application and the DBMS. The application uses ODBC functions through an ODBC driver manager with which it is linked, and the driver passes the query to the DBMS. An ODBC driver can be thought of as analogous to a printer or other driver, providing a standard set of functions for the application to use, and implementing DBMS-specific functionality.
Lowell
December 5, 2012 at 1:59 pm
I am so thanks for you
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply