Subject Re: Date is null
Author Adam
--- In firebird-support@yahoogroups.com, "women_lover_best"
<talbronstien@g...> wrote:
>
> I am trying to get value from database that is null, but what is
> happening that it is coming in as #12:00:00 AM#
> So,when i set it to a property and display it in textbox..it shows
> 12:00:00 AM..please help how can i get rid of it..
> Also,when there is a value say 10/12/2005..and i assign it to a
date
> property and display it in textbox ..it shows the date plus
12:00:00 AM
> I am using vb.net with firebird 1.5
> HELP!!
> thks
>

No, what is happening is it is coming in as NULL and the textbox
object interprets that as 12:00 AM. Firebird distinguishes between a
NULL object and a 0 value, some objects do not.

Adam