Re: Interruption to LiveCode services

2020-03-17 Thread Bob Sneidar via use-livecode
Now THAT would be a crossover virus to beat all. Bob S > On Mar 17, 2020, at 16:09 , Pi Digital via use-livecode > wrote: > > Did it contract a virus? Had it maintained social separation distances? > > Sean Cole > Pi Digital > > >> On 16 Mar 2020, at 20:21, Mark Waddingham via

Re: Interruption to LiveCode services

2020-03-17 Thread Pi Digital via use-livecode
Did it contract a virus? Had it maintained social separation distances? Sean Cole Pi Digital > On 16 Mar 2020, at 20:21, Mark Waddingham via use-livecode > wrote: > > Hi all, > > As some of you will have noticed a number of LiveCode services are currently > down - notably, the main

Re: ODBC Connections

2020-03-17 Thread matthias rebbe via use-livecode
i would say the description in the dictionary is wrong and therefore your script. ;) I am using it as follows put revopendatabase("ODBC",DsnName,Databasename,Username,Password) My call to MSSQL is as follows put revopendatabase("ODBC",DsnName,,Username,Password) Username and Password is

Re: ODBC Connections

2020-03-17 Thread Bob Sneidar via use-livecode
that's put revOpenDatabase("odbc","192.168.1.207","formsgen") into tDBID;put tDBID > On Mar 17, 2020, at 15:20 , Bob Sneidar via use-livecode > wrote: > > put: > > revOpenDatabase("odbc","192.168.1.207","formsgen") into tDBID;put tDBID ___

ODBC Connections

2020-03-17 Thread Bob Sneidar via use-livecode
Hi all. I'm struggling to connect to an ODBC System DSN. I use the command put: revOpenDatabase("odbc","192.168.1.207","formsgen") into tDBID;put tDBID tDBID is empty. I know the DSN works because the test button if the ODBC Data Source Administrator returns OK! What am I missing? Bob S

Re: Windows Slowness

2020-03-17 Thread matthias rebbe via use-livecode
Bob, but did you already try to use ODBC driver instead of built-in. It´s just a little change in the source code. Maybe the built-in MySQL driver for Win is causing it. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 17.03.2020 um 15:54 schrieb Bob Sneidar via

Re: Windows Slowness

2020-03-17 Thread Bob Sneidar via use-livecode
No bother at all! I am using 9.5.1 RC1. I'm not going to 9.6 yet because it's still in developer preview, and I am constantly making changes to a production application, but if this issue has been addressed in 9.6 I will definitely test against it. Bob S > On Mar 16, 2020, at 16:41 ,