Whats the best way to tokenize the following bit of text:
Sql.Database("servername,port","database")
I was hoping to the preamble Sql.Database and capture the servername,port & database as values however the comma in the original text is causing an issue.