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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to