From: Scott M. <bl...@bl...> - 2014-09-05 11:51:05
|
On 05/09/14 12:34, Mark Rotteveel wrote: > A quick workaround is to use: > > string text = reader["LONG_TEXT"] as string; > > This will perform the cast, but return null if the cast failed. That's perfect, thanks. Knew I was missing something simple. Scott |