Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Initializing ODBC Access to FMP 5

Status
Not open for further replies.

jadekyrn

Programmer
Dec 4, 2001
1
0
0
US
I am using a microsoft product to attempt to access an
FMP 5 database file ( .fp5 ) on a LAN Server.

SQLCONNECT( 'FileMaker Pro v5' ) returns a positive indicator showing a successful connect.

SQLEXEC( nFMHndl,
'Select * FROM "\\Filemaker\FilemakerDatabases\test"',
'cResult' ) generates ODBC Error from FMP-> "Open Failed"

I have all passwords,
I have set sharing on,
I have initialized both local and remote plugins.

I suspect I am not correctly identifying the table.
( Export is not an option as some of the fields are being
truncated. )

Any suggestions?
 
The following Perl program does something similar to the query you have listed here: However in SQL queries to FileMaker you need to list the database name with no spaces and not give the file path to the database file as you might do when creating an Access DSN entry. David Simpson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top