instance name

  1. behnam_tr

    B4J Question (solved)how Connect to mssql with InstanceName ??

    hi Is there a way to connect to the mssql database using the instance name with JdbcSQL ? Now with this code my connection is ok but I need to connect to a specific instance. #AdditionalJar: mssql-jdbc-12.8.1.jre8 Private SQL1 As JdbcSQL Dim DBLoaction As String = "localhost" Dim InstanceName...
Top