G
Guest
Hi! I have a problems with DBNULLs
I have a date field and couple of other fields, when I save my data, if it was a null when I got the data I want to keep that data intact even if it was a DBNULL
Little example
function savedata(DateFinish as date,Room as string...etc.
savedata(cdate(DatePicker.value,txtRoom.text
If the Date is DBNULL I will have an error Cast DBNULL to date type is invalid
I'm a new in the .NET world, Thanks Joel
I have a date field and couple of other fields, when I save my data, if it was a null when I got the data I want to keep that data intact even if it was a DBNULL
Little example
function savedata(DateFinish as date,Room as string...etc.
savedata(cdate(DatePicker.value,txtRoom.text
If the Date is DBNULL I will have an error Cast DBNULL to date type is invalid
I'm a new in the .NET world, Thanks Joel