Re: ODP.NET GetString exception: Column contains NULL data

From: karthick_g <member34149_at_dbforums.com>
Date: Thu, 24 Jul 2003 21:25:51 +0000
Message-ID: <3149739.1059081951_at_dbforums.com>


Try this one

If Not IsDBNull(rd.GetString(2)) Then "" Then _Employee_Name &= " " _Employee_Name &= System.Convert.ToString(rd(2)) End If

karthi

--
Posted via http://dbforums.com
Received on Thu Jul 24 2003 - 23:25:51 CEST

Original text of this message