0

我正在尝试通过 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 目录的什么位置?

4

1 回答 1

1

您应该能够使用 JDBC 驱动程序连接到 Azure SQL。请尝试将 .jar 文件放入{SFS2XRoot}/lib/文件夹。

可在本文中找到所需的驱动程序和 Azure SQL 使用 JDBC 的步骤。

我还在 smartfox 网站上找到了本教程,可能会有所帮助。

希望这可以帮助!

https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-java-simple-windows/

http://smartfoxserver.com/blog/?p=58

于 2015-12-07T10:20:38.157 回答