Requires Free Membership to View

SQL. But, this isn't really a link. It is the language which you use to communicate to the database server once you have a connection. For Microsoft SQL Server and Sybase, it is more specifically called Transact SQL, for Oracle it is PL/SQL, and I can't remember what it is for DB2. But, the generic name for the language construct is SQL. To "link" an application to a database server you use some sort of connection library. This can be ODBC, OLE DB, or a vendor specific connection library. Whether it is a Web-based front end or not is completely irrelevant since you connect the same way regardless.
For More Information
- Dozens more answers to tough SQL Server questions from Michael Hotek are available here.
- The Best Microsoft SQL Server Web Links: tips, tutorials, scripts, and more.
- Have a SQL Server tip to offer your fellow DBAs and developers? The best tips submitted will receive a cool prize. Submit your tip today!
- Ask your technical SQL Server questions -- or help out your peers by answering them -- in our live discussion forums.
- Ask the Experts yourself: Our SQL, database design, SQL Server, DB2, object-oriented and data warehousing gurus are waiting to answer your toughest questions.
This was first published in April 2004
Join the conversationComment
Share
Comments
Results
Contribute to the conversation