VaishnavDatir / sql_conn

A sql_conn is a plugin for connecting Flutter Android application to SQL Server.
https://pub.dev/packages/sql_conn
Apache License 2.0
10 stars 13 forks source link

Cannot connect to "localhost" #2

Closed arifzain74 closed 2 years ago

arifzain74 commented 2 years ago

I successfully connected to my system using ip address. But was not able to connect to a system with system name. If you are trying to connect to a sql server in your LAN, it is better to connect it using system name rather than using ip since ip address could be changed whenever the system is connected to the network again. And even I am not sure weather we can connect to sql server hosted in aws since it support only ip.

VaishnavDatir commented 2 years ago

Hello, right now the plugin connects to server using IP address only. Connecting to a server using name is still in development, will release this in future. For now I suggest you to connect using IP address only. And for AWS I haven't tried it yet, you can try connecting using IP address and if possible please share the results.

arifzain74 commented 2 years ago

Thank you for your response. I only worked with c#.net and there we can connect either using ip address or by system name. So I thought this must be a bug. Now only I came to know it's not developed yet. So should I remove it? I highly recommend you to work on that as soon as possible..Good day, Thank you, Arif. 

Sent from Yahoo Mail on Android

On Sat, Feb 19, 2022 at 10:17 PM, Vaishnav @.***> wrote:

Hello, right now the plugin connects to server using IP address only. Connecting to a server using name is still in development, will release this in future. For now I suggest you to connect using IP address only. And for AWS I haven't tried yet, you can try connecting using IP and if possible please share the results.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>