Page 1 of 1

Can not connect to the server Azure

Posted: Wed 04 Feb 2015 09:15
by Chinas
I am try a trial version. When you try to connect to the database server in a development environment, connections are made properly. When you try to connect from Android, get the following message:
"You are using SDAC Trial edition!
The maximum number of columns in a dataset is limited to 6 fields.
You may register SDAC at http://www.devart.com."

and
"No responce from server or final packet was not found"

Code: Select all

  object MSConnection1: TMSConnection
    Database = 'DMS'
    Options.Encrypt = True
    Options.ApplicationName = 'iTeacher'
    Options.TrustServerCertificate = True
    Options.Provider = prDirect
    Username = '####'
    Server = 'm20aq1d8rz.database.windows.net'
    AutoCommit = False
    LoginPrompt = False
    Left = 168
    Top = 298
    EncryptedPassword = '*****'
  end
Username and EncryptedPassword in code hidden

Re: Can not connect to the server Azure

Posted: Wed 04 Feb 2015 18:04
by Chinas
if necessary, login and password give a personal message

P.S. Wanted to buy the ingredients, but now I doubt ...

Re: Can not connect to the server Azure

Posted: Thu 05 Feb 2015 14:36
by azyk
Currently, support for Azure SQL Database for SDAC Direct Mode is in progress, and its implementation will be released in one of the next SDAC versions.

Re: Can not connect to the server Azure

Posted: Thu 05 Feb 2015 17:25
by Chinas
azyk wrote:Currently, support for Azure SQL Database for SDAC Direct Mode is in progress, and its implementation will be released in one of the next SDAC versions.
How soon will the said version?
The problem is that the period of the trial version at out and I can not connect to verify the implementation of Azure.

Re: Can not connect to the server Azure

Posted: Fri 06 Feb 2015 11:10
by azyk
For the time being, we can't tell you the time frame for implementation of this functionality. However, you can follow the news about SDAC releases in the at http://www.devart.com/news .

Re: Can not connect to the server Azure

Posted: Fri 06 Feb 2015 12:37
by Chinas
Thank you for the information