I need to read some data from a filemaker 5 table. I've got the filemaker
odbc stuff installed. I've configured the DSN. When I try to query from the
database though, I get this error:
ODBC Error Code = S0002 (Base table not found)

[FileMaker][ODBC FileMaker Pro driver][FileMaker Pro]Invalid database name.

I know that the datasource is being seen, the database is named stuff.fp5
(and I've tried using stuff.fp5 as the name of the database as well...). My
cfquery is:

<cfquery datasource="fmaker" name="fmakertest">
select ID from stuff
</cfquery>

Anyone else had luck querying a filemaker 5 table from cf (4.5.1)

c
--
Chris Lott

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to