E2E Forum › Modeling & Development › Connect to MS SQL with different Port › Reply To: Connect to MS SQL with different Port
The E2E Runtime uses the library SQLAPI++ for database access. For access to SQL Server our SQLAPI++ version uses as default OLE DB interface. If you access SQL Server 2005 or newer you can use this connection string:
tcp:<servername>[<instancename>][,<port>][@<database name>]
I use e.g. this connection string: tcp:sqlserver.e2e.ch,1433@e2eRegTest
More information about SQLAPI connection string http://sqlapi.com/ServerSpecific/SQLServer_OleDb.html