|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 05, 2012 1:59 PM
Points: 3,
Visits: 3
|
|
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
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 3:06 AM
Points: 42,
Visits: 285
|
|
Hello,
Do you want to have connectivity between 02 SQL Servers or, SQL Server to any other RDBMS?
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Yesterday @ 1:11 PM
Points: 11,605,
Visits: 27,645
|
|
ODBC (Open Database Connectivity) http://en.wikipedia.org/wiki/ODBC
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 05, 2012 1:59 PM
Points: 3,
Visits: 3
|
|
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
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Yesterday @ 1:11 PM
Points: 11,605,
Visits: 27,645
|
|
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
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 05, 2012 1:59 PM
Points: 3,
Visits: 3
|
|
|
|
|