E
Efy.
Hello,
The following problam description I did not need to write, I just
copied from the groups from others which met the error and allways the
thread was 1 artical the problem was never resolved!
So, please someone there , any idea?
I've createed a typed dataset that I fill from a sql query.
The problem comes when I try to access the elements after it's filled
if I
have any null dates (which there should be some), it bombs, I can't
even use
IsDBNull() without throwing an error.
I tried using codegen:nullValue="_null" but it won't compile.
How do you handle null dates in a typed dataset ?
I am using a typed dataset and want to allow some columns
to support nulls. I understand that you can specify this
behavior via schema annotations. I have added
the 'codegen' namespace declaration, but when I add the
codegen:nullValue="_null" annotation to a column, I get an
error:
Custom tool 'MSDataSetGenerator' failed. System error.
There is no other information available. Can anyone help
me out on this?
Thanks.
Help
Efy.
The following problam description I did not need to write, I just
copied from the groups from others which met the error and allways the
thread was 1 artical the problem was never resolved!
So, please someone there , any idea?
I've createed a typed dataset that I fill from a sql query.
The problem comes when I try to access the elements after it's filled
if I
have any null dates (which there should be some), it bombs, I can't
even use
IsDBNull() without throwing an error.
I tried using codegen:nullValue="_null" but it won't compile.
How do you handle null dates in a typed dataset ?
I am using a typed dataset and want to allow some columns
to support nulls. I understand that you can specify this
behavior via schema annotations. I have added
the 'codegen' namespace declaration, but when I add the
codegen:nullValue="_null" annotation to a column, I get an
error:
Custom tool 'MSDataSetGenerator' failed. System error.
There is no other information available. Can anyone help
me out on this?
Thanks.
Help
Efy.