Server Error in '/' Application.

Fill: expected a non-empty string for the SourceTable name.
Parameter name: srcTable

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Fill: expected a non-empty string for the SourceTable name.
Parameter name: srcTable

Source Error:


Line 64: 		dtSet = New DataSet()
Line 65: 		Try
Line 66: 			dtAdap.Fill(dtSet, table)
Line 67: 		Catch X As OleDbException
Line 68: 			errorControl = "dbQueryBad"

Source File: \\smb-whst-www31\whst_www31$\403aabc9b.hostnd\htdocs\www\articuli\AppCode\cllOleDbPolivalente.vb    Line: 66

Stack Trace:


[ArgumentException: Fill: expected a non-empty string for the SourceTable name.
Parameter name: srcTable]
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +190
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +87
   cllOleDbPolivalente.RetrieveDataSet(String sql, String table) in \\smb-whst-www31\whst_www31$\403aabc9b.hostnd\htdocs\www\articuli\AppCode\cllOleDbPolivalente.vb:66
   ASP.articuli_browser_aspx.DoSearch(String sql) +19
   ASP.articuli_browser_aspx.BuildSql() +489
   ASP.articuli_browser_aspx.Page_Load() +187
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +9851442
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0