FrmBaseDatos: btnExportData Exports the data of the selected tables.
This commit is contained in:
@@ -108,7 +108,7 @@ namespace ServerExplorer.Code
|
||||
}
|
||||
|
||||
// Insertar fila a la datatable destino
|
||||
listCmds.Add(String.Format("INSERT INTO {0} ({1}) VALUES ({2})",
|
||||
listCmds.Add(String.Format("INSERT INTO {0} ({1}) VALUES ({2});",
|
||||
destTable, sbColumns.ToString(), sbValues.ToString()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user