Syncing with Remote Database failing
HI,
I have database on local machine which I am trying to sync .
localhost\sqlexpress
database - items
username- xx | password xxx
table - quickcapture
primarykey - recordid
column to sync - Task
This is 100% working connection string , tested via powershell
$connectionString = "Server=localhost\SQLEXPRESS;Database=items;User ID=xx;Password=xxx;Trusted_Connection=False"
$connection = New-Object System.Data.SqlClient.SqlConnection $connectionString
- Read more about Syncing with Remote Database failing
- 7 comments
- Log in or register to post comments
