Re: Using ODBC to connect to a MSSQL database

2020-03-24 Thread Bob Sneidar via use-livecode
NVM I was able to connect using revOpenDatabase(). Now my trouble is getting sqlYoga to make the connection, but I am close. > On Mar 24, 2020, at 4:39 PM, Bob Sneidar wrote: > > Hi all. > > I read in a thread a long while ago that someone was currently connecting to > a MSSQL database via

Using ODBC to connect to a MSSQL database

2020-03-24 Thread Bob Sneidar via use-livecode
Hi all. I read in a thread a long while ago that someone was currently connecting to a MSSQL database via ODBC. Reading the dictionary, MSSQL is NOT one of the types of databases revOpenDatabase() can communicate with. I am right on the verge of creating an ODBC agent, but have hit this snag.