I removed the throw. But, I still get an exception and it breaks. The
exception I get is an unhandled exception .System.data.dll.
> Hi, Shikari
>
> remove throw statement from catch clause and take a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conHandlingThrowingExceptions.asp
> HTH
> Alex
[quoted text clipped - 35 lines]
> >
> > TIA
David Levine - 21 May 2004 01:49 GMT
Did you try putting an try-catch block around the call to Read()?
> I removed the throw. But, I still get an exception and it breaks. The
> exception I get is an unhandled exception .System.data.dll.
>
> > Hi, Shikari
> >
> > remove throw statement from catch clause and take a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conHandlingThrowingExceptions.asp
> > HTH
> > Alex
[quoted text clipped - 38 lines]
> > >
> > > TIA