![]() |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Private Member Functions | |
void | Source_Connection_Click (object sender, EventArgs e) |
Allow user to use data link property dialog to set source connection string More... | |
void | Destination_Connection_Click (object sender, EventArgs e) |
Allow user to user data link property dialog to set destination connection string More... | |
void | HelpBtn_Click (object sender, EventArgs e) |
This method launches the help guide More... | |
void | btnTransfer_Click (object sender, EventArgs e) |
This Method perform the data base transfer process More... | |
void | FormUpdater_Tick (object sender, EventArgs e) |
This method check until transfer is possible More... | |
void | CopyStatus () |
setting the status icon for the process More... | |
void | CreateStatus () |
void | resetStatus () |
Resetting status icon for process More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
string | SourceConnection = "" |
Connection Variables and Objects More... | |
string | DestinationConnection = "" |
ConnectionManager | CM = new ConnectionManager() |
Instantiating the connection manager More... | |
DataBaseTransferManager | SQLServer = new DataBaseTransferManager() |
Instantiating the Data base transfer manager More... | |
int | CHKStatA = 0 |
Variables for logics and log window More... | |
int | CHKStatB = 0 |
int | CHKStatC = 0 |
DateTime | dt = DateTime.Now |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.GroupBox | groupTransfer |
System.Windows.Forms.TextBox | txtTableName |
System.Windows.Forms.Button | btnTransfer |
System.Windows.Forms.Label | lblTableName |
System.Windows.Forms.GroupBox | groupDestination |
System.Windows.Forms.GroupBox | groupSource |
System.Windows.Forms.Button | Destination_Connection |
System.Windows.Forms.Button | Source_Connection |
System.Windows.Forms.PictureBox | HelpBtn |
System.Windows.Forms.Timer | FormUpdater |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.Label | label4 |
System.Windows.Forms.Label | label5 |
System.Windows.Forms.Label | label6 |
System.Windows.Forms.PictureBox | step1 |
System.Windows.Forms.PictureBox | step3 |
System.Windows.Forms.PictureBox | step2 |
System.Windows.Forms.PictureBox | step4 |
System.Windows.Forms.PictureBox | step5 |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.PictureBox | StepA |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.PictureBox | StepB |
System.Windows.Forms.Label | label7 |
System.Windows.Forms.GroupBox | groupBox2 |
System.Windows.Forms.ListBox | LogWin |
|
private |
This Method perform the data base transfer process
<method="btnTransfer"></method>
sender | |
e |
|
private |
setting the status icon for the process
<method="CopyStatus"></method>
|
private |
|
private |
Allow user to user data link property dialog to set destination connection string
<method="Destination_Connection"></method>
sender | |
e |
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
private |
This method check until transfer is possible
<method="FormUpdater"></method>
sender | |
e |
|
private |
This method launches the help guide
<method="HelpBtn"></method>
sender | |
e |
|
private |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
Resetting status icon for process
<method="resetStatus"></method>
|
private |
Allow user to use data link property dialog to set source connection string
<method="Source_Connection"></method>
sender | |
e |
|
private |
Variables for logics and log window
|
private |
Instantiating the connection manager
|
private |
Required designer variable.
|
private |
Connection Variables and Objects
|
private |
Instantiating the Data base transfer manager