DSN Less connections to ODBC database

Todd Geist todd at geistinteractive.com
Fri Dec 9 17:59:00 EST 2011


Yes! Matthias!

That worked! Thanks. On the Mac one can connect to FileMaker 11 Server with
this

put "Driver={FileMaker
ODBC};Server=localhost;Database=<FileName>;UID=<username>;PWD=<password>;"
into tString

put revOpenDatabase("ODBC", tString, "", "", "") into tData


I have not tested this with PCs yet. But I'll bet something similar works.

Thanks,

Todd



More information about the use-livecode mailing list