B
bryja_klaudiusz[at]poczta[dot]fm
Hi,
I have code that load DataSet with data from SQL Server Database using
OLE DB. When I want to fill datagrid with data I got error 0x80070057
(something like 'Zero is not valid value, use valu from minimum to
maximum').
Part of code which generate this Exception:
try
{
Grid.DataSource = null;
DataSet.Clear();
}
catch(System.Exception eLoadMerge)
{
...............
}
What is the problem? this error shows randomly.
I have code that load DataSet with data from SQL Server Database using
OLE DB. When I want to fill datagrid with data I got error 0x80070057
(something like 'Zero is not valid value, use valu from minimum to
maximum').
Part of code which generate this Exception:
try
{
Grid.DataSource = null;
DataSet.Clear();
}
catch(System.Exception eLoadMerge)
{
...............
}
What is the problem? this error shows randomly.