Zooflow: Massive Clean up
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Public Class frmSQLDesigner
|
||||
Imports DigitalData.Modules.Database
|
||||
|
||||
Public Class frmSQLDesigner
|
||||
Dim CurrentPosition As Integer = 0
|
||||
Dim CurrentPlaceholders As New Placeholders()
|
||||
Dim CurrentTableType As String
|
||||
@@ -130,7 +132,7 @@
|
||||
MsgBox(cmbConnection.SelectedValue)
|
||||
Dim oconString = My.DatabaseECM.Get_ConnectionStringforID(cmbConnection.SelectedValue)
|
||||
MsgBox(oconString)
|
||||
Dim decryptedConString = My.DatabaseECM.DecryptConnectionString(oconString)
|
||||
Dim decryptedConString = MSSQLServer.DecryptConnectionString(oconString)
|
||||
MsgBox(decryptedConString)
|
||||
Dim oDT = My.DatabaseECM.GetDatatableWithConnection(query, decryptedConString)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user