User manual

Table Of Contents
Chapter 15
Using ODBC with FileMaker Pro
This chapter explains how to:
1 set up a FileMaker Pro database to share data via ODBC
1 import data into an existing FileMaker Pro database using ODBC
About ODBC
Open Database Connectivity (ODBC) is an application
programming interface (API) that enables applications to access data
from many different database management systems. ODBC gives a
wide variety of client applications a common language for
interacting with a variety of data sources and database services.
All applications that support ODBC recognize a common subset of
Structured Query Language (SQL) statements. SQL lets you use other
applications (like query and reporting tools, spreadsheets, and word
processing applications) to view, analyze, and modify FileMaker Pro data.
ODBC terminology
Before working with ODBC, it’s useful to understand the
following terms.
Client
Application
Oracle
ODBC
components
Driver
Manager
SQL Server
ODBC Driver
FileMaker Pro
ODBC Driver
Oracle
ODBC Driver
FileMaker Pro
Microsoft
SQL Server
This term Means
Database Management
System (DBMS)
An application that allows users to store, process,
and retrieve information in a database
Data source The data you want to access (like a DBMS) and
information to locate the data (like the path or IP
address)
Structured Query
Language (SQL)
A standard programming language that controls and
interacts with a DBMS
Client application The application that is requesting data (using SQL)
from a data source using ODBC
Query Retrieving, manipulating, or modifying data from a
data source by sending SQL statements
Table A collection of data, similar to a FileMaker Pro file
Column An attribute in a table, similar to a field in a
FileMaker Pro file
Row A set of cells in a table, similar to a record in a
FileMaker Pro file
ODBC Driver A DLL (Windows) or shared library (Mac OS) that
sends a SQL query to access data stored in a
database and delivers data to the client application
Local Data Access
Companion
The FileMaker Pro companion plug-in that enables
sharing data via ODBC on the same computer
Remote Data Access
Companion
The FileMaker Pro companion plug-in that enables
sharing data via ODBC across a TCP/IP network