|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Nov 2001
Posts: 27
|
Does anyone have a function to parse connection strings?
eg. Something that will parse:
"Data Source=server;Initial Catalog=database;User ID=user;Password=password" into 4 variables: $DataSource = "server" $InitialCatalog = "database" $UserId="user" $Password="password" |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|