Skip to main content
How Can We Help?

Search for answers or browse our knowledge base.

Connection Strings

You are here:
< Back

XSClient connection Strings

“C:\Program Files (x86)\xsClientV2\XSClientV2.exe” SERVER=servername.xspoc.com,4510;Password=SpocWrite;database=xspoc

"C:\Program Files (x86)\xsClientV2\XSClientV2.exe" server=server.domain.local/sql56,1471;database=xspocnorth
"C:\Program Files (x86)\xsClientV2\XSClientV2.exe" server="server.domain.local/sql99,1551" C:\XSPOC\XSClient\xsClients.msi \\ServerName\xsclient\xsclients.msi /passive /qr Server=”ServerName”

SQL Connection Strings

Provider=SQLOLEDB.1;Persist Security Info=True;User ID=SpocWrite;Password=SpocWrite;Initial Catalog=xspoc;Data Source=DBServerName
Provider=SQLOLEDB;Server=<IPADDRESS>;Database=xspoc;User Id=SpocWrite;Password=<PASSWORD>;