Skip to content

Commit 443607a

Browse files
msbembadariomws
andauthored
Update docset/winserver2012-ps/wdac/Add-OdbcDsn.md
Co-authored-by: Dario Woitasen <[email protected]>
1 parent 047b7d7 commit 443607a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PS C:\> $newDsn = Add-OdbcDsn MyPayroll -DriverName "SQL Server Native Client 10
5151
This command is equivalent to example 2, but it saves the newly-created System DSN object into a PowerShell variable for future use.
5252
By default, this command does not return the driver object if the "PassThru" parameter is not specified:
5353

54-
### 4:
54+
### Example 4: Migrates DSNs to a newer version of a driver
5555
```
5656
C:\PS> $DsnArray = Get-OdbcDsn -DriverName 'SQL Server Native Client 10.0'
5757
C:\PS> foreach ($dsn in $DsnArray) {

0 commit comments

Comments
 (0)