Page 1 of 1
Connection String for MSSQL
Posted: Sat Dec 22, 2012 5:30 am
by Mike S
I do not know where to find what you are looking for for the connection string to Microsoft SQL (2008). When I attempt to create a new connection in the designer and test it, it fails. Please specify the parameters you are using for the connection string with Microsoft SQL.
Thank you.
Re: Connection String for MSSQL
Posted: Sat Dec 22, 2012 7:42 am
by HighAley
Hello.
Please, try to use connection strings from the next link:
http://connectionstrings.com/sql-server-2008
Also avoid using spaces and break-lines in the connection string.
You could use SQL Server connection in the web-based designer but not in the stand alone AIR Designer. The last one supports MySQL and XML data sources only.
Thank you.