我正在尝试通过Smartfox API连接到我的Azure SQL数据库。
我打开管理面板,单击区域配置器模块,双击我的区域,然后单击数据库管理器。
它要求我提供:
Database Driver Class: {SQL Server Native Client 10.0}; //Not sure about this got it from https://azure.microsoft.com/en-us/documentation/articles/sql-database-dotnet-how-to-use/
Connection String: Database=databaseName;Data Source=us-cdbr-azure-central-a.cloudapp.net;User Id=userId;Password=password //I get from the Azure portal under settings->properties
Username: userId
Password: password
这不是连接。 Smartfox是否支持Azure?
实际上可能是因为我没有合适的适配器。这是正确的吗? https://www.microsoft.com/en-us/download/details.aspx?id=36434我在哪里把它放在smartfox目录中?
答案 0 :(得分:1)
您应该能够使用JDBC驱动程序连接到Azure SQL。请尝试将.jar文件放入 {SFS2XRoot} / lib / 文件夹。
可以在this article中找到所需的驱动程序以及使用Azure SQL进行JDBC的步骤。
我也在smartfox网站上找到this tutorial,可能会有帮助。
希望这有帮助!
https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-java-simple-windows/