Skip to content

Commit 365b555

Browse files
authored
Update Add-OdbcDsn.md
Updated 2012 version of the document
1 parent 9c7235f commit 365b555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2012-ps/wdac/Add-OdbcDsn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ By default, this command does not return the driver object if the "PassThru" par
5353

5454
### 4:
5555
```
56-
C:\PS> $dsnArr = Get-OdbcDsn -DriverName 'SQL Server Native Client 10.0'
57-
C:\PS> foreach ($dsn in $dsnArr) {
56+
C:\PS> $DsnArray = Get-OdbcDsn -DriverName 'SQL Server Native Client 10.0'
57+
C:\PS> foreach ($dsn in $DsnArray) {
5858
Remove-OdbcDsn $dsn
5959
# You can change the property array as well,
6060
# if DSN attributes have been changed in the new driver version

0 commit comments

Comments
 (0)