martinrybak/SQLClient

ipv6 - Adaptive Server is unavailable or does not exist” error connecting to SQL Server

Closed this issue · 3 comments

Hello,

      On ipv4 network my application working good, But on ipv6 fetching the error **Adaptive Server is unavailable or does not exist” error connecting to SQL Server**.

for ipv6 network is there any changes, please let me know if i missing something.

I had the same issue. Please try to change connection string little bit. https://www.connectionstrings.com/sql-server/

Thanks for the reply,

I am fetching problem in iOS, there is no option to change connection string.

[client connect:OTP_GD_DB_IP username:OTP_GD_DB_USER_NAME password:OTP_GD_DB_PASSWORD database:@"OTP_DB_NAME" completion:^(BOOL success) {
if (success)
{
}
}

Please see #37.