answersLogoWhite

0


Best Answer

ODBC and SQL operate at Session Layer.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What layer of the osi model is odbc and sql?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

True or false an arteriole connects the capillary?

odbc applications allow you to connect to sql server


Does Microsoft exchange server support ODBC connection with anything other than oracle and SQL?

yes because odbc stands for open data base connectivity and it support a lot of data bases. like mysql, ms-access, oracle, sql server etc.


Administrative tool is used to configure the OS to interact with various database management systems such as SQL Server or FoxPro?

Data Sources (ODBC)


What do you mean by adbc?

What you may mean is ODBC which means Open Database Connectivity. It's allows applications to access data in the database management systems using SQL.


How do I create a form which will then upload to a database that I can access in Microsoft Access?

Have your form's input insert into a database (SQL, Oracle, etc) then access that database through Access's ODBC connection.


Difference between Object-based Data Model and Record-based Data Model?

Object-based data model represents data as objects with attributes and methods, providing a way to model real-world entities in a programming language like Java. On the other hand, record-based data model organizes data into fixed-format records or tuples, typically used in databases like SQL to store and retrieve structured information. Object-based data model offers a more dynamic and flexible way to represent data compared to the rigid structure of record-based models.


Do you need an sql server with Microsoft visual c plus plus?

No, you do not need SQL*Server, Oracle, or any RDBMS with MS Visual C/C++. It is optional. You would only need it if you wanted to develop database aware software with ODBC, OLE, OCI, or any of the RDBMS protocols.


What are 3 benefits of Microsoft Access?

Relational tables if stored locally (vs Excel). Can use ODBC interface to access SQL/Oracle/etc databases. Idiot friendly with drag and drop joins.


What is an odbc connection?

ODBC stands for Open Data Base Connectivity. It is a connection that is created to define a connection between a computer and a database stored on another system. The ODBC connection contains information needed to allow a computer user to access the information stored in a database that is not local to that computer. You need to define the type of the database application - like Microsoft SQL or Oracle or FoxPro or mySQL. Once you have defined the type of database you need to select or supply the appropriate driver for a connection (Windows already contains many of these) and then supply the name of the database file and the credentials needed to access the database.Once the ODBC connection is created, you can tell specific programs to use that ODBC connection to access information in that database.


What is ibatis frame work?

iBATIS is a Data Persistence Framework.iBATIS in other words is an additional layer of indirection between the classes and the tables allowing it in more flexibility in how classes and tables are mapped with out making any changes to the Data model and the Object model. The layer of indirection here is the SQL.This enables mapping SQL queries to POJOs-Plain Old Java Objects.This works like the same as JPA[Hibernate/Spring framework] but faster than that.The main advantages are-1. Reduces the amount of Java code to access a DataBase with the use of XML files containing SQL queries.2.Faster than JPA.3.Uses existing SQL Stored Procedures.


What are the types of server controls that participate in declarative data binding model?

Java sql programming


Database application programming interface for C plus plus?

This IDE is easy to use and created specifically for C and C++. SQLAPI++ is a C++ library for accessing various SQL databases (essentially a set of header files) (Oracle, SQL Server, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, PostgreSQL, SQLite, SQL Anywhere and ODBC). It is simple to use and implement. To learn more about data science please visit- Learnbay.co