cancel
Showing results for 
Search instead for 
Did you mean: 

Can OnBase connect via a non standard port in sql?

Val_Pagsibigan
Champ on-the-rise
Champ on-the-rise

I just want to verify if the OnBase can connect via a non standard port in sql. Thanks in advance

1 ACCEPTED ANSWER

AdamShaneHyland
Employee
Employee

Hi Val.

 

This shouldn't be a problem if you are using a non-default port for your database.  Here is an article which discusses how to configure the connection string for Microsoft SQL Server using the System.Data.SqlClient connection string.  More specifically, the Data Source value is where the port is configured.

 

https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnection.connectionstring?red...

 

Here is another link which might be helpful.

 

https://www.connectionstrings.com/microsoft-data-sqlclient/

 

Best wishes.

View answer in original post

1 REPLY 1

AdamShaneHyland
Employee
Employee

Hi Val.

 

This shouldn't be a problem if you are using a non-default port for your database.  Here is an article which discusses how to configure the connection string for Microsoft SQL Server using the System.Data.SqlClient connection string.  More specifically, the Data Source value is where the port is configured.

 

https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnection.connectionstring?red...

 

Here is another link which might be helpful.

 

https://www.connectionstrings.com/microsoft-data-sqlclient/

 

Best wishes.