Shoretel Read-Only VB.Net Database Connect Strings for custom CDR Applications
Shoretel read-only Database Passwords
Shoretel Logo |
Dim conn1Str As String = "server=shoretel64;user=st_cdrreport;database=shorewarecdr;port=4309;password=passwordcdrreport;"
Dim conn2Str As String = "server=shoretel64;user=st_configread;database=shoreware;port=4308;password=passwordconfigread;"
Pretty Formatted:
Dim conn1Str As String = "server=shoretel64;user=st_cdrreport;database=shorewarecdr;port=4309;password=passwordcdrreport;" Dim conn2Str As String = "server=shoretel64;user=st_configread;database=shoreware;port=4308;password=passwordconfigread;"
Assuming your server is just called shoretel64
Comments
Post a Comment