Hello again.
as some of you may know Im creating a software based on SQL dataserver,
every code I use is good and work
and I use this connection string
Dim conn As Data.SqlClient.SqlConnection
conn = New Data.SqlClient.SqlConnection("Data Source=192.168.0.100,1433;Network Library=DBMSSOCN;Initial Catalog=SS;User ID=Al;Password=altn")
But the ip is the other pc (next to me) lan IP
what IP I should use to connect to the pc if I am far from my home?