PDA

View Full Version : ADO connections


colzboppo
09-11-02, 06:07
DBforum guyz / ladeez,
I would like to know 2 things about Filemaker Pro

1. What the ADO connection string is to connect to the DB (ODBC)
2. What file extension I should use as the DB is to be hosted on windows

Thanks in advance... =)
Colz.....

jptrue
11-06-02, 09:43
Hello,
To access a Filemaker Pro database through ADO, set up a System DSN using the Filemaker Pro ODBC Driver.
I use the following connection string:
"dsn=your_dns; Initial Catalog=your_database; User Id=; Password="
I use the .fp5 file extension for my databases.

HTH,
Jeff