On 10/30/18 5:52 AM, Matthias Rebbe via use-livecode wrote:
Hi all,it seems that my syntax was not correct. LC first confirmed that my syntax looked correct, but Panos found out that it didn“t. The correct syntax for fileDSN is revOpenDatabase("odbc","<PATH to the dsnFile;uid=<DB username>;pwd=<DB password>",,,) Example for Windows revOpenDatabase("odbc","filedsn=\Users\matthias\ODBC\test2.dsn;uid=matthias;pwd=test123",,,)
Panos also filed a dictionary fix for this syntax. https://github.com/livecode/livecode/pull/6767/commits/6644e7ced22f8bb623d9f63a42ddf8a1c15d84b9 -- Mark Wieder [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
