dateTime = Null problem

J

Jake

Hi All,

I have an object that ahs a property of time dateTime,
this property is set to the contents of a DateTime field
in the database(SQL Server).

The problem I am haveing is that if the dataabase field
is Null and the object property is set to the contense of
that field. And I then assign the object proberty to the
value of a control the control value is set to 01/01/0001
instead of "". Any ideas on how to acheive this?

I can initialize teh value of the property to
say "1/1/1900" and test for that but is the a neater way?

And if i test for Isdate() i recieve an error.

Thanks in advance

Cheers Jake
 
S

Souri Challa

Jake,

You might want to retrieve it from the backend as
'isnull(<databasefieldname>,'01/01/1900')

-Souri
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top