SQL Server support June 15, 2020, 02:59:47 PM I know I had seen at least one or two screenshots that showed SQL Server as a database that I could use. I see now that support for it was removed 2 versions ago.Can you tell me why?? I would very much like to use MSSQL going forward along with MySQL and Sqlite.ThanksAlan Quote Selected
Re: SQL Server support Reply #1 – June 15, 2020, 03:28:24 PM @Asawyer13 the support for MSSQL still exists, but it has some bugs that have not been fixed yet. While creating your project you can connect to any of the four(MYSQL/MARIADB, SQLITE, POSTGRE and MSSQL) database listed, by clicking on the database you want to use and providing its connection details. Quote Selected
Re: SQL Server support Reply #2 – June 15, 2020, 03:41:00 PM Thank you for the information. I did see it when you create a new project but I was looking in the project properties as I was wanting to change a project that currently was using mysql.Hopefully the outstanding issues with mssql will be able to be fixed soon?Thanks againAlan Quote Selected