We have a Filemaker Pro 5 Server running.
In the readme for the Filemaker 5 Server install, it says
Does this mean what I think it means? I won't be able to use ODBC to connect to it and retrieve data?
See a connection string,
and [url=http://www.firebridge.com.au/odbc.htm]Detailed instructions for setting up ODBC to Filemaker Pro
I created an ODBC DSN using the FileMaker Pro driver and tried to use it as a linked server on SQL Server. I don't know how to query it. I tried sp_catalogs and got
I tried
sp_tables_ex 'cardio2', ''
sp_tables_ex 'cardio2', NULL
and got:
And none of that may be helpful at all as this is the FileMaker Pro forum, not the SQL Server forum. But I'm willing to try anything. Does anyone have any suggestions?
In the readme for the Filemaker 5 Server install, it says
2. NETWORK CONSIDERATIONS
2.1 FileMaker Server 5 supports only FileMaker Pro 5 guests over the network. Guests running versions of FileMaker Pro earlier than 5.0 will not see FileMaker Server 5 hosts in the Hosts dialog box, and will not be able to open databases hosted by FileMaker Server 5.
Does this mean what I think it means? I won't be able to use ODBC to connect to it and retrieve data?
See a connection string,
and [url=http://www.firebridge.com.au/odbc.htm]Detailed instructions for setting up ODBC to Filemaker Pro
I created an ODBC DSN using the FileMaker Pro driver and tried to use it as a linked server on SQL Server. I don't know how to query it. I tried sp_catalogs and got
OLE DB provider 'UNKNOWN' reported an error. One or more arguments were reported invalid by the provider.
[OLE/DB provider returned message: The parameter is incorrect.]
[OLE/DB provider returned message: [FileMaker][ODBC FileMaker Pro driver]Optional feature not implemented.]
OLE DB error trace [OLE/DB Provider 'UNKNOWN' IDBSchemaRowset::GetRowset returned 0x80070057: One or more arguments were reported invalid by the provider.].
I tried
sp_tables_ex 'cardio2', ''
sp_tables_ex 'cardio2', NULL
and got:
OLE DB provider 'UNKNOWN' reported an error.
[OLE/DB provider returned message: Unspecified error]
[OLE/DB provider returned message: [FileMaker][ODBC FileMaker Pro driver]An error has occurred while trying to gather a list of available tables.]
[OLE/DB provider returned message: [FileMaker][ODBC FileMaker Pro driver][FileMaker Pro]Connect failed]
OLE DB error trace [OLE/DB Provider 'UNKNOWN' IDBSchemaRowset::GetRowset returned 0x80004005: ].
And none of that may be helpful at all as this is the FileMaker Pro forum, not the SQL Server forum. But I'm willing to try anything. Does anyone have any suggestions?