A
ABC
Is there any function to solve the string to values?
for example:
The string is "data source=DEVSRV;Initial Catalog=MyDATABASE;User
ID=sa;Password=;".
I expected the function can return the value of "data source" is DEVSRV,
"Initial Catalog" is MyDatabase, "User ID" is sa, "Password" is empty
string.
for example:
The string is "data source=DEVSRV;Initial Catalog=MyDATABASE;User
ID=sa;Password=;".
I expected the function can return the value of "data source" is DEVSRV,
"Initial Catalog" is MyDatabase, "User ID" is sa, "Password" is empty
string.