Address = "127.0.0.1"; Login = "bayselonarrend"; Password = "12we..."; Base = ""; Options = New Structure; Options.Insert("addr" , Address); Options.Insert("db" , Base); Options.Insert("login", Login); Options.Insert("pass" , Password); Result = OPI_TestDataRetrieval.ExecuteTestCLI("mysql", "GenerateConnectionString", Options);