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