There is a very destined issue in the SQLHELPER class in Microsoft.ApplicationBlocks.Data. When using the SQLHELPER.FILDATASET series, if the data table contained in the DataSet is excess 2, then the name will be given to the first two data tables will become Table3 ... n ... View its source code:
// Add the table mappings specified by the userif (tableNames = null && tableNames.Length> 0!) {String tableName = "Table"; for (int index = 0; index