chri55w / QuickBooks-Timer

Savantech QuickBooks Timer - Issue Tracking / Wiki ONLY
3 stars 0 forks source link

Default connection string to include domain #79

Closed Rottenbeauty closed 8 years ago

Rottenbeauty commented 8 years ago

By default the connection string is "Data Source=COREDBSRV\SAVANTECH;Initial Catalog=QBTimerDB..."

May be worth changing it to: "Data Source=COREDBSRV.office.savantech.local\SAVANTECH;Initial Catalog=QBTimerDB..." since that extra domain string is needed sometimes for VPN users. This should not prevent it from working in local machines.