EDMIService: First working version of ImportFile
This commit is contained in:
@@ -39,10 +39,10 @@ Public Class GlobalState
|
||||
.DataSource = oConnection.Server,
|
||||
.InitialCatalog = oConnection.Database,
|
||||
.UserID = oConnection.Username,
|
||||
.Password = MSSQLServer.DecryptConnectionString(oConnection.Password)
|
||||
.Password = oConnection.Password
|
||||
}
|
||||
|
||||
Return oBuilder.ToString
|
||||
Return MSSQLServer.DecryptConnectionString(oBuilder.ToString)
|
||||
End Function
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user