answersLogoWhite

0


Best Answer

ODBC and SQL operate at Session Layer.

User Avatar

Wiki User

14y 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

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 is the meaning of pass through odbc?

Pass through ODBC refers to a method of directly sending SQL queries from an application to a database using ODBC (Open Database Connectivity) without any intermediate processing or manipulation by the application. This allows the database to execute the queries more efficiently and can improve performance for complex queries.


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.


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.


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.


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.


True or false an arteriole connects the capillary?

True. Arterioles are small blood vessels that connect arteries to capillaries. They play a key role in regulating blood flow and blood pressure within the circulatory system.


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

Java sql programming