@@ -156,6 +156,18 @@ | |||
this.txtKingbaselUser = new System.Windows.Forms.TextBox(); | |||
this.label45 = new System.Windows.Forms.Label(); | |||
this.label46 = new System.Windows.Forms.Label(); | |||
this.tabDm = new System.Windows.Forms.TabPage(); | |||
this.txtDmPort = new System.Windows.Forms.TextBox(); | |||
this.label47 = new System.Windows.Forms.Label(); | |||
this.btnDmConn = new System.Windows.Forms.Button(); | |||
this.txtDmServer = new System.Windows.Forms.TextBox(); | |||
this.txtDmHost = new System.Windows.Forms.TextBox(); | |||
this.label48 = new System.Windows.Forms.Label(); | |||
this.label49 = new System.Windows.Forms.Label(); | |||
this.txtDmPwd = new System.Windows.Forms.TextBox(); | |||
this.txtDmUser = new System.Windows.Forms.TextBox(); | |||
this.label50 = new System.Windows.Forms.Label(); | |||
this.label51 = new System.Windows.Forms.Label(); | |||
this.tabCnas = new System.Windows.Forms.TabPage(); | |||
this.groupBox2 = new System.Windows.Forms.GroupBox(); | |||
this.txtDBHost = new System.Windows.Forms.TextBox(); | |||
@@ -175,18 +187,6 @@ | |||
this.pnlBottom = new System.Windows.Forms.Panel(); | |||
this.btnOK = new System.Windows.Forms.Button(); | |||
this.pnlTop = new System.Windows.Forms.Panel(); | |||
this.tabDm = new System.Windows.Forms.TabPage(); | |||
this.btnDmConn = new System.Windows.Forms.TextBox(); | |||
this.label47 = new System.Windows.Forms.Label(); | |||
this.button1 = new System.Windows.Forms.Button(); | |||
this.txtDmServer = new System.Windows.Forms.TextBox(); | |||
this.txtDmHost = new System.Windows.Forms.TextBox(); | |||
this.label48 = new System.Windows.Forms.Label(); | |||
this.label49 = new System.Windows.Forms.Label(); | |||
this.txtDmPwd = new System.Windows.Forms.TextBox(); | |||
this.txtDmUser = new System.Windows.Forms.TextBox(); | |||
this.label50 = new System.Windows.Forms.Label(); | |||
this.label51 = new System.Windows.Forms.Label(); | |||
this.pnlAll.SuspendLayout(); | |||
this.pnlCenter.SuspendLayout(); | |||
this.tabParamas.SuspendLayout(); | |||
@@ -202,11 +202,11 @@ | |||
this.tabTxt.SuspendLayout(); | |||
this.tabPostgreSql.SuspendLayout(); | |||
this.tabKingbase.SuspendLayout(); | |||
this.tabDm.SuspendLayout(); | |||
this.tabCnas.SuspendLayout(); | |||
this.groupBox2.SuspendLayout(); | |||
this.groupBox1.SuspendLayout(); | |||
this.pnlBottom.SuspendLayout(); | |||
this.tabDm.SuspendLayout(); | |||
this.SuspendLayout(); | |||
// | |||
// pnlAll | |||
@@ -1576,6 +1576,127 @@ | |||
this.label46.TabIndex = 48; | |||
this.label46.Text = "用户名:"; | |||
// | |||
// tabDm | |||
// | |||
this.tabDm.Controls.Add(this.txtDmPort); | |||
this.tabDm.Controls.Add(this.label47); | |||
this.tabDm.Controls.Add(this.btnDmConn); | |||
this.tabDm.Controls.Add(this.txtDmServer); | |||
this.tabDm.Controls.Add(this.txtDmHost); | |||
this.tabDm.Controls.Add(this.label48); | |||
this.tabDm.Controls.Add(this.label49); | |||
this.tabDm.Controls.Add(this.txtDmPwd); | |||
this.tabDm.Controls.Add(this.txtDmUser); | |||
this.tabDm.Controls.Add(this.label50); | |||
this.tabDm.Controls.Add(this.label51); | |||
this.tabDm.Location = new System.Drawing.Point(4, 28); | |||
this.tabDm.Name = "tabDm"; | |||
this.tabDm.Size = new System.Drawing.Size(968, 521); | |||
this.tabDm.TabIndex = 10; | |||
this.tabDm.Text = "Dm"; | |||
this.tabDm.UseVisualStyleBackColor = true; | |||
// | |||
// txtDmPort | |||
// | |||
this.txtDmPort.Location = new System.Drawing.Point(167, 226); | |||
this.txtDmPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmPort.Name = "txtDmPort"; | |||
this.txtDmPort.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmPort.TabIndex = 68; | |||
// | |||
// label47 | |||
// | |||
this.label47.AutoSize = true; | |||
this.label47.Location = new System.Drawing.Point(100, 229); | |||
this.label47.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label47.Name = "label47"; | |||
this.label47.Size = new System.Drawing.Size(62, 18); | |||
this.label47.TabIndex = 66; | |||
this.label47.Text = "端口:"; | |||
// | |||
// btnDmConn | |||
// | |||
this.btnDmConn.Location = new System.Drawing.Point(599, 272); | |||
this.btnDmConn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.btnDmConn.Name = "btnDmConn"; | |||
this.btnDmConn.Size = new System.Drawing.Size(118, 36); | |||
this.btnDmConn.TabIndex = 69; | |||
this.btnDmConn.Text = "测试连接"; | |||
this.btnDmConn.UseVisualStyleBackColor = true; | |||
this.btnDmConn.Click += new System.EventHandler(this.btnDmConn_Click); | |||
// | |||
// txtDmServer | |||
// | |||
this.txtDmServer.Location = new System.Drawing.Point(167, 90); | |||
this.txtDmServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmServer.Name = "txtDmServer"; | |||
this.txtDmServer.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmServer.TabIndex = 64; | |||
// | |||
// txtDmHost | |||
// | |||
this.txtDmHost.Location = new System.Drawing.Point(167, 47); | |||
this.txtDmHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmHost.Name = "txtDmHost"; | |||
this.txtDmHost.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmHost.TabIndex = 63; | |||
// | |||
// label48 | |||
// | |||
this.label48.AutoSize = true; | |||
this.label48.Location = new System.Drawing.Point(100, 96); | |||
this.label48.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label48.Name = "label48"; | |||
this.label48.Size = new System.Drawing.Size(62, 18); | |||
this.label48.TabIndex = 62; | |||
this.label48.Text = "实例:"; | |||
// | |||
// label49 | |||
// | |||
this.label49.AutoSize = true; | |||
this.label49.Location = new System.Drawing.Point(82, 53); | |||
this.label49.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label49.Name = "label49"; | |||
this.label49.Size = new System.Drawing.Size(80, 18); | |||
this.label49.TabIndex = 61; | |||
this.label49.Text = "服务器:"; | |||
// | |||
// txtDmPwd | |||
// | |||
this.txtDmPwd.Location = new System.Drawing.Point(167, 180); | |||
this.txtDmPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmPwd.Name = "txtDmPwd"; | |||
this.txtDmPwd.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmPwd.TabIndex = 67; | |||
// | |||
// txtDmUser | |||
// | |||
this.txtDmUser.Location = new System.Drawing.Point(167, 135); | |||
this.txtDmUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmUser.Name = "txtDmUser"; | |||
this.txtDmUser.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmUser.TabIndex = 65; | |||
// | |||
// label50 | |||
// | |||
this.label50.AutoSize = true; | |||
this.label50.Location = new System.Drawing.Point(100, 184); | |||
this.label50.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label50.Name = "label50"; | |||
this.label50.Size = new System.Drawing.Size(62, 18); | |||
this.label50.TabIndex = 60; | |||
this.label50.Text = "密码:"; | |||
// | |||
// label51 | |||
// | |||
this.label51.AutoSize = true; | |||
this.label51.Location = new System.Drawing.Point(82, 141); | |||
this.label51.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label51.Name = "label51"; | |||
this.label51.Size = new System.Drawing.Size(80, 18); | |||
this.label51.TabIndex = 59; | |||
this.label51.Text = "用户名:"; | |||
// | |||
// tabCnas | |||
// | |||
this.tabCnas.Controls.Add(this.groupBox2); | |||
@@ -1780,127 +1901,6 @@ | |||
this.pnlTop.Size = new System.Drawing.Size(992, 7); | |||
this.pnlTop.TabIndex = 2; | |||
// | |||
// tabDm | |||
// | |||
this.tabDm.Controls.Add(this.btnDmConn); | |||
this.tabDm.Controls.Add(this.label47); | |||
this.tabDm.Controls.Add(this.button1); | |||
this.tabDm.Controls.Add(this.txtDmServer); | |||
this.tabDm.Controls.Add(this.txtDmHost); | |||
this.tabDm.Controls.Add(this.label48); | |||
this.tabDm.Controls.Add(this.label49); | |||
this.tabDm.Controls.Add(this.txtDmPwd); | |||
this.tabDm.Controls.Add(this.txtDmUser); | |||
this.tabDm.Controls.Add(this.label50); | |||
this.tabDm.Controls.Add(this.label51); | |||
this.tabDm.Location = new System.Drawing.Point(4, 28); | |||
this.tabDm.Name = "tabDm"; | |||
this.tabDm.Size = new System.Drawing.Size(968, 521); | |||
this.tabDm.TabIndex = 10; | |||
this.tabDm.Text = "Dm"; | |||
this.tabDm.UseVisualStyleBackColor = true; | |||
// | |||
// btnDmConn | |||
// | |||
this.btnDmConn.Location = new System.Drawing.Point(167, 226); | |||
this.btnDmConn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.btnDmConn.Name = "txtDmPort"; | |||
this.btnDmConn.Size = new System.Drawing.Size(472, 28); | |||
this.btnDmConn.TabIndex = 68; | |||
// | |||
// label47 | |||
// | |||
this.label47.AutoSize = true; | |||
this.label47.Location = new System.Drawing.Point(100, 229); | |||
this.label47.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label47.Name = "label47"; | |||
this.label47.Size = new System.Drawing.Size(62, 18); | |||
this.label47.TabIndex = 66; | |||
this.label47.Text = "端口:"; | |||
// | |||
// button1 | |||
// | |||
this.button1.Location = new System.Drawing.Point(599, 272); | |||
this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.button1.Name = "btnDmConn"; | |||
this.button1.Size = new System.Drawing.Size(118, 36); | |||
this.button1.TabIndex = 69; | |||
this.button1.Text = "测试连接"; | |||
this.button1.UseVisualStyleBackColor = true; | |||
this.button1.Click += new System.EventHandler(this.btnDmConn_Click); | |||
// | |||
// txtDmServer | |||
// | |||
this.txtDmServer.Location = new System.Drawing.Point(167, 90); | |||
this.txtDmServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmServer.Name = "txtDmServer"; | |||
this.txtDmServer.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmServer.TabIndex = 64; | |||
// | |||
// txtDmHost | |||
// | |||
this.txtDmHost.Location = new System.Drawing.Point(167, 47); | |||
this.txtDmHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmHost.Name = "txtDmHost"; | |||
this.txtDmHost.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmHost.TabIndex = 63; | |||
// | |||
// label48 | |||
// | |||
this.label48.AutoSize = true; | |||
this.label48.Location = new System.Drawing.Point(100, 96); | |||
this.label48.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label48.Name = "label48"; | |||
this.label48.Size = new System.Drawing.Size(62, 18); | |||
this.label48.TabIndex = 62; | |||
this.label48.Text = "实例:"; | |||
// | |||
// label49 | |||
// | |||
this.label49.AutoSize = true; | |||
this.label49.Location = new System.Drawing.Point(82, 53); | |||
this.label49.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label49.Name = "label49"; | |||
this.label49.Size = new System.Drawing.Size(80, 18); | |||
this.label49.TabIndex = 61; | |||
this.label49.Text = "服务器:"; | |||
// | |||
// txtDmPwd | |||
// | |||
this.txtDmPwd.Location = new System.Drawing.Point(167, 180); | |||
this.txtDmPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmPwd.Name = "txtDmPwd"; | |||
this.txtDmPwd.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmPwd.TabIndex = 67; | |||
// | |||
// txtDmUser | |||
// | |||
this.txtDmUser.Location = new System.Drawing.Point(167, 135); | |||
this.txtDmUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.txtDmUser.Name = "txtDmUser"; | |||
this.txtDmUser.Size = new System.Drawing.Size(472, 28); | |||
this.txtDmUser.TabIndex = 65; | |||
// | |||
// label50 | |||
// | |||
this.label50.AutoSize = true; | |||
this.label50.Location = new System.Drawing.Point(100, 184); | |||
this.label50.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label50.Name = "label50"; | |||
this.label50.Size = new System.Drawing.Size(62, 18); | |||
this.label50.TabIndex = 60; | |||
this.label50.Text = "密码:"; | |||
// | |||
// label51 | |||
// | |||
this.label51.AutoSize = true; | |||
this.label51.Location = new System.Drawing.Point(82, 141); | |||
this.label51.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label51.Name = "label51"; | |||
this.label51.Size = new System.Drawing.Size(80, 18); | |||
this.label51.TabIndex = 59; | |||
this.label51.Text = "用户名:"; | |||
// | |||
// frmDatabaseParams | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); | |||
@@ -1940,14 +1940,14 @@ | |||
this.tabPostgreSql.PerformLayout(); | |||
this.tabKingbase.ResumeLayout(false); | |||
this.tabKingbase.PerformLayout(); | |||
this.tabDm.ResumeLayout(false); | |||
this.tabDm.PerformLayout(); | |||
this.tabCnas.ResumeLayout(false); | |||
this.groupBox2.ResumeLayout(false); | |||
this.groupBox2.PerformLayout(); | |||
this.groupBox1.ResumeLayout(false); | |||
this.groupBox1.PerformLayout(); | |||
this.pnlBottom.ResumeLayout(false); | |||
this.tabDm.ResumeLayout(false); | |||
this.tabDm.PerformLayout(); | |||
this.ResumeLayout(false); | |||
} | |||
@@ -2101,9 +2101,9 @@ | |||
private System.Windows.Forms.Label label45; | |||
private System.Windows.Forms.Label label46; | |||
private System.Windows.Forms.TabPage tabDm; | |||
private System.Windows.Forms.TextBox btnDmConn; | |||
private System.Windows.Forms.TextBox txtDmPort; | |||
private System.Windows.Forms.Label label47; | |||
private System.Windows.Forms.Button button1; | |||
private System.Windows.Forms.Button btnDmConn; | |||
private System.Windows.Forms.TextBox txtDmServer; | |||
private System.Windows.Forms.TextBox txtDmHost; | |||
private System.Windows.Forms.Label label48; | |||
@@ -266,6 +266,13 @@ namespace CNAS_DBSync | |||
syncInstrumentItem.SyncInstrumentDSInfo.UserPwd = this.txtKingbaselPwd.Text.Trim(); | |||
syncInstrumentItem.SyncInstrumentDSInfo.Port = this.txtKingbaselPort.Text.Trim(); | |||
break; | |||
case DataSourceType.Dm: | |||
syncInstrumentItem.SyncInstrumentDSInfo.Host = this.txtDmHost.Text.Trim(); | |||
syncInstrumentItem.SyncInstrumentDSInfo.ServerName = this.txtDmServer.Text.Trim(); | |||
syncInstrumentItem.SyncInstrumentDSInfo.UserId = this.txtDmUser.Text.Trim(); | |||
syncInstrumentItem.SyncInstrumentDSInfo.UserPwd = this.txtDmPwd.Text.Trim(); | |||
//syncInstrumentItem.SyncInstrumentDSInfo.Port = this.tx.Text.Trim(); | |||
break; | |||
default: | |||
syncInstrumentItem.SyncInstrumentDSInfo.Path = this.txtInportExcel.Text.Trim(); | |||
syncInstrumentItem.SyncInstrumentDSInfo.Host = ""; | |||
@@ -1298,33 +1305,12 @@ namespace CNAS_DBSync | |||
// MessageBox.Show("连接失败!"); | |||
} | |||
private void btnDmConn_Click(object sender, EventArgs e) | |||
{ | |||
if (this.txtDmHost.Text.Trim() == "" || this.txtDmServer.Text.Trim() == "" || | |||
this.txtDmUser.Text.Trim() == "" || this.btnDmConn.Text.Trim() == "") | |||
{ | |||
MessageBox.Show("请填写相关连接信息。"); | |||
return; | |||
} | |||
InstrumentDataSourceInfo dbinfo = new InstrumentDataSourceInfo(); | |||
dbinfo.Host = this.txtDmHost.Text.Trim(); | |||
dbinfo.ServerName = this.txtDmServer.Text.Trim(); | |||
dbinfo.UserId = this.txtDmUser.Text.Trim(); | |||
dbinfo.UserPwd = this.txtDmPwd.Text.Trim(); | |||
dbinfo.Port = this.btnDmConn.Text.Trim(); | |||
if (new DmServerInstrumentData(dbinfo, new object[] { "", "", "" }).TestSQLServerLink()) | |||
MessageBox.Show("连接成功!"); | |||
else | |||
MessageBox.Show("连接失败!"); | |||
} | |||
private bool CheckDmControl() | |||
{ | |||
if (this.txtDmHost.Text.Trim() != "" || this.txtDmServer.Text.Trim() != "" || | |||
this.txtDmUser.Text.Trim() != "" || this.txtDmPwd.Text.Trim() != "" || | |||
this.btnDmConn.Text.Trim() != "") | |||
this.txtDmPort.Text.Trim() != "") | |||
return false; | |||
else | |||
return true; | |||
@@ -1336,9 +1322,29 @@ namespace CNAS_DBSync | |||
this.txtDmServer.Text = ""; | |||
this.txtDmUser.Text = ""; | |||
this.txtDmPwd.Text = ""; | |||
this.btnDmConn.Text = ""; | |||
this.txtDmPort.Text = ""; | |||
} | |||
private void btnDmConn_Click(object sender, EventArgs e) | |||
{ | |||
if (this.txtDmHost.Text.Trim() == "" || this.txtDmServer.Text.Trim() == "" || | |||
this.txtDmUser.Text.Trim() == "" || this.txtDmPort.Text.Trim() == "") | |||
{ | |||
MessageBox.Show("请填写相关连接信息。"); | |||
return; | |||
} | |||
InstrumentDataSourceInfo dbinfo = new InstrumentDataSourceInfo(); | |||
dbinfo.Host = this.txtDmHost.Text.Trim(); | |||
dbinfo.ServerName = this.txtDmServer.Text.Trim(); | |||
dbinfo.UserId = this.txtDmUser.Text.Trim(); | |||
dbinfo.UserPwd = this.txtDmPwd.Text.Trim(); | |||
dbinfo.Port = this.txtDmPort.Text.Trim(); | |||
if (new DmServerInstrumentData(dbinfo, new object[] { "", "", "" }).TestSQLServerLink()) | |||
MessageBox.Show("连接成功!"); | |||
else | |||
MessageBox.Show("连接失败!"); | |||
} | |||
} | |||
} |
@@ -1 +1 @@ | |||
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 |
@@ -154,3 +154,69 @@ | |||
记录时间:2025-02-16 10:28:40,482 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 10:28:40,483 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 10:28:40,483 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table | |||
记录时间:2025-02-16 13:44:42,457 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetAllTableNameAndStructure 信息:===---===stuGetTableStruct(strTableName, ) | |||
记录时间:2025-02-16 13:44:42,468 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM my.stu Where 0=1 | |||
记录时间:2025-02-16 13:44:42,470 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetTableStruct 信息:===-333-===stuKingbaseHelper.ExecuteDataSet(strSql)Table1 | |||
记录时间:2025-02-16 13:44:42,611 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,612 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,612 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,636 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,638 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,684 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 | |||
记录时间:2025-02-16 13:44:42,687 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,687 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,687 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,693 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,694 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,694 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table | |||
记录时间:2025-02-16 13:44:42,701 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1 | |||
记录时间:2025-02-16 13:44:42,705 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,705 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,705 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,707 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,707 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,707 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table | |||
记录时间:2025-02-16 13:44:42,723 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetAllTableNameAndStructure 信息:===---===stuGetTableStruct(strTableName, ) | |||
记录时间:2025-02-16 13:44:42,723 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM my.stu Where 0=1 | |||
记录时间:2025-02-16 13:44:42,723 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetTableStruct 信息:===-333-===stuKingbaseHelper.ExecuteDataSet(strSql)Table1 | |||
记录时间:2025-02-16 13:44:42,728 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,728 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,728 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,731 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,733 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,789 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 | |||
记录时间:2025-02-16 13:44:42,792 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,792 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,792 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,792 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,793 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,793 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table | |||
记录时间:2025-02-16 13:44:42,797 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1 | |||
记录时间:2025-02-16 13:44:42,800 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,800 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,800 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,800 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,801 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,801 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table | |||
记录时间:2025-02-16 13:44:42,813 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetAllTableNameAndStructure 信息:===---===stuGetTableStruct(strTableName, ) | |||
记录时间:2025-02-16 13:44:42,813 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM my.stu Where 0=1 | |||
记录时间:2025-02-16 13:44:42,813 线程ID:[1]- 错误描述:类名:KingbaseDAL 方法名:GetTableStruct 信息:===-333-===stuKingbaseHelper.ExecuteDataSet(strSql)Table1 | |||
记录时间:2025-02-16 13:44:42,821 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,821 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,821 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,824 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,824 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,878 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1 | |||
记录时间:2025-02-16 13:44:42,881 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,881 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,881 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,882 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,882 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,883 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table | |||
记录时间:2025-02-16 13:44:42,891 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1 | |||
记录时间:2025-02-16 13:44:42,894 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,894 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True | |||
记录时间:2025-02-16 13:44:42,894 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,895 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,895 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet | |||
记录时间:2025-02-16 13:44:42,896 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table |