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
これは接続していません。Azure は Smartfox でサポートされていますか?
実際には、適切なアダプターを持っていないことが原因である可能性があります。これは正しいものですか?https://www.microsoft.com/en-us/download/details.aspx?id=36434これを smartfox ディレクトリのどこに置くのですか?