dfc829a46bb56596217665193365e5b4ad825a3f
API/CodeSamples/SqlServerConnectionString.md
| ... | ... | @@ -73,4 +73,5 @@ public static void InitializeReporting() |
| 73 | 73 | Izenda.AdHoc.AdHocSettings.SqlServerConnectionString = |
| 74 | 74 | "server=zag.izenda.com;Database=Northwind;User ID="+ uname + |
| 75 | 75 | ";Password=" + pw + ";Trusted_Connection=False"; |
| 76 | -} |
|
| ... | ... | \ No newline at end of file |
| 0 | +} |
|
| 1 | +``` |
|
| ... | ... | \ No newline at end of file |