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
Using ODBC with FileMaker Pro
15-5
Importing data from other data sources
Using ODBC, you can import records into an existing database or a
new FileMaker Pro file by opening an ODBC data source (like
Oracle or Microsoft Access databases) directly. The FileMaker Pro
SQL query builder makes it easy to construct queries that can search
a data source or DBMS, fetch specific records, and import the
resulting records into a FileMaker Pro database.
Use one of the included ODBC drivers to import data from its
corresponding data source:
1 Text (Windows and Mac OS)
1 Oracle 8 (Windows)
1 Oracle 7 (Mac OS)
1 SQL Server 7 (Windows only)
You can also import ODBC data using a number of third-party
ODBC drivers from vendors.
Importing data from an ODBC data source: an overview
Here are general steps to construct SQL queries with FileMaker Pro:
1. Configure the data source in the ODBC control panel (by specifying
what kind of data you’re accessing and how to locate the data).
2. In FileMaker Pro, connect to the ODBC data source.
3. Use the FileMaker Pro query builder to generate a SQL query.
Then, the data resulting from the query is imported into the
FileMaker Pro database.
The procedures are described in more detail below.
Configuring the ODBC control panel
This section provides instructions for importing data from ODBC
data sources into FileMaker Pro.
Note Configuring the ODBC control panel varies for each driver
type. For example, to configure the remote Oracle ODBC driver, you
must first configure SQL Net Easy Configuration, where you specify
a variety of options (like the driver, data source name, server
location, the database instance name, and the user ID). When
accessing a local Microsoft Access data source, however, you simply
provide the path to the data source. Additionally, the steps may vary
from one ODBC driver manufacturer to another. Refer to the
documentation that accompanies the data source for the exact
procedure.
1. Open the ODBC control panel (named ODBC Data
Sources (32bit) in Windows and ODBC Setup PPC in the
Mac OS).
2. To configure a new data source, click Add. Select the ODBC driver
that corresponds to your data source and click Finish.
3. To configure an existing data source, select the data source name
and click Configure.
4. In the General tab of the ODBC Driver Setup dialog box, begin
configuring the ODBC driver by specifying a Data Source Name and
Description.
The name identifies the data source to ODBC clients.
5. For some file-based data sources, specify the path in Database
Directory. In Windows, include the filename and extension.