I'm having problems connecting to filemaker 5.0 running on a win2000 pro from my linux box using "ODBCSocketServer".
with the script from the tutorial on ODBCSoketServer from this site.
i can connect to access db's but not filemaker.
this is the error:
"There was an error : ADO Error. Description: Description: [FileMaker][ODBC FileMaker Pro driver]Fel vid analys av kopplingssträng på förskjutning 11"
the last in swedish is eg "error in analysing connectionstring 11"
the connectionstring i'm using is
"$db->ConnectionString= "DSN=dbs;UID;PWD=user";"
has some one a clue?