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-3
1 Enable Remote Data Access Companion to share this FileMaker Pro
database with ODBC-compliant applications remotely across a TCP/
IP network.
5. Verify that the file was opened using a password that allows you
to export records.
Important Each file must remain open for client applications to
access the data.
The FileMaker Pro data is ready to be accessed by an ODBC-
compliant client application through the FileMaker Pro ODBC
driver. Each FileMaker Pro file that is open and has a Data Access
Companion enabled is represented as a table. The filename (without
the extension) is used as the table name. FileMaker Pro fields are
represented as columns. The complete field name, including any
non-alphanumeric characters, displays as the column name.
Note If your FileMaker Pro field names contain spaces, some query
tools may not be able to access the data. To prevent this, eliminate
spaces from field names in FileMaker Pro or surround the field
names with a double quote or grave character (the accent above the
Tab key) in the SQL query.
To install the FileMaker Pro ODBC driver on a remote machine,
consider licensing FileMaker Developer software, which includes a
separate installer for the FileMaker Pro ODBC driver. For more
information, choose Help menu > FileMaker on the Web.
Security issues
If data is unprotected, it can be modified and deleted from other
applications. To protect your data, specify file passwords (and, if
desirable, groups) using FileMaker Pro access privileges. For more
information, see “Defining passwords” on page 9-1.
The Password dialog box is generated by the ODBC client
application, so each application might present the dialog box at
different times.
Important Review the following security issues:
1 A FileMaker Pro guest on a network can share data via ODBC
unless they open the file with a password that does not allow them to
export records. For information on assigning passwords, see
“Defining passwords” on page 9-1.
1 Only the data in fields is protected with passwords. Table and
column names are available to an ODBC client without a password.
1 The first password is saved (cached) during an ODBC connection.
If you use the same password for all files, users won’t need to re-
specify the password.
Accessing FileMaker Pro data from an
ODBC client application
Once a FileMaker Pro file is shared with a Data Access Companion,
you can connect to it from an ODBC client application. To access
data from the client application, you:
1. Create and configure the DSN (data source name) using the
ODBC control panel (by choosing the FileMaker Pro ODBC driver
and specifying where the data is located)
2. Construct and execute the SQL query.
Configuring the ODBC control panel
This section provides instructions for specifying FileMaker Pro as
the data source.
Note Each ODBC client application connects to the FileMaker
ODBC data source differently. The way you interact with data
sources, provide passwords, and perform and display query results
varies for each client application. For more information, refer to the
documentation that comes with the client application.