invoso.com Report post Posted 05/02/2016 07:47 AM Can You help to understand what is wrang when VG returned this: 205857.418 85 7 3 db odbc DataAdapter.Fill init. 205857.418 85 7 3 db odbc DataAdapter.Fill call. 205857.438 85 7 3 db odbc DataAdapter.Fill returned. tsFillTime=00:00:00.0190019 205857.438 85 7 3 ERROR v7.4.5546.36085 (09-Mar-15 20:02:50.85) ConnectAndRun_Odbc : DataTableReader Cannot be created. There is no DataTable in DataSet. at System.Data.DataSet.CreateDataReader() at (Object ) at ..() 205857.438 85 7 3 db completed. SqlQueryType=ERROR, RowsCount=0, sRv= 205857.438 85 7 3 db completed. iRunWait=1, WavPlayWasStarted=0, WavPlayHasNowFinished=0 205857.438 85 7 3 db completed. strError=DataTableReader Cannot be created. There is no DataTable in DataSet. 205857.438 85 7 3 path {DataTableReader Cannot be created. There is no DataTable in DataSet.} not found Share this post Link to post
SupportTeam Report post Posted 05/02/2016 08:17 AM Looks like the ODBC driver used here could not process the request and returned an error. Looking at ODBC driver's logs may give more information as to what the actual issue was. Share this post Link to post
SupportTeam Report post Posted 05/04/2016 04:31 AM If you can advise in more detail what type of SQL command was issued to database we can then have a closer look at this. Was this SQL command a call to a stored procedure or some other non-commonly used statement? Share this post Link to post