User manual
Table Of Contents
- Preface Learning how to use FileMakerPro
- Chapter 1 FileMaker Pro basics
- Chapter 2 Adding and viewing data
- Chapter 3 Finding and sorting information
- Finding records
- Finding text and characters
- Finding exact matches in text fields
- Finding numbers, dates, and times
- Finding ranges of information
- Finding data in related fields
- Finding records that match multiple criteria
- Finding empty or non-empty fields
- Finding duplicates
- Finding all records except those matching criteria
- Hiding records from a found set and viewing hidden records
- Viewing, repeating, or changing the last find
- Sorting records
- Finding records
- Chapter 4 Previewing and printing information
- Chapter 5 Creating a database
- Chapter 6 Creating and managing layouts and reports
- Chapter 7 Customizing layouts
- Chapter 8 Working with related files
- Chapter 9 Protecting databases with passwords and groups
- Chapter 10 Creating scripts to automate tasks
- About scripts
- Creating scripts: an overview
- About ScriptMaker steps
- Control script steps
- Navigation script steps
- Sort, find, and print script steps
- Editing script steps
- Fields script steps
- Records script steps
- Windows script steps
- Files script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
- Changing scripts
- Duplicating, renaming, or deleting scripts
- Importing scripts
- Listing scripts in the Scripts menu
- Using buttons with scripts
- Example of a ScriptMaker script
- Chapter 11 Using formulas and functions
- Chapter 12 Importing and exporting data
- Chapter 13 Sharing databases on a network
- Chapter 14 Publishing databases on the Web
- About publishing databases on the Web
- How users work with databases on the Web
- What you need to publish databasesontheWeb
- Publishing databases on the Web: an overview
- Enabling FileMaker Pro Web Companion
- Configuring FileMaker Pro WebCompanion
- Enabling Web Companion sharing
- Setting up browser views
- Testing your published database
- About browser views for web publishing
- Chapter 15 Using ODBC with FileMakerPro
- Appendix A Customizing FileMaker Pro
- Appendix B Backing up and recovering files
- Appendix C FileMaker Pro Quick Reference (Windows)
- Appendix D FileMaker Pro Quick Reference (Mac OS)
- Index
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