A
Andy
Hi all,
I have an odd problem, which I traced back to a line of code.
I have a record set coming back into a DataReader (OdbcDataReader in my
case). I can .Read() once, but when the loop starts again and the
..Read() is executed a second time, the application just ends.
There are NO exceptions, logs or anything, its as if the .Read method
called Application.Exit().
Any ideas?
Thanks
Andy
I have an odd problem, which I traced back to a line of code.
I have a record set coming back into a DataReader (OdbcDataReader in my
case). I can .Read() once, but when the loop starts again and the
..Read() is executed a second time, the application just ends.
There are NO exceptions, logs or anything, its as if the .Read method
called Application.Exit().
Any ideas?
Thanks
Andy