Set Zero when field is Null Value.
From: Nelson Chui (tychui_at_netscape.net)
Date: 12/26/04
- Previous message: Rich S.: "Re: Slightly OT : threads"
- Next in thread: Andrew Ryazanov: "Re: Set Zero when field is Null Value."
- Reply: Andrew Ryazanov: "Re: Set Zero when field is Null Value."
- Reply: JamieSuk: "Re: Set Zero when field is Null Value."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 26 Dec 2004 12:25:09 +0800
Hi,
I have a D6 program to generate join-SQL (LEFT JOIN) statement at the
run-time. Some fields returned from joined table may be NULL value.
Database : MS Access XP
I tried use NZ(field_1, 0) in MS Access Environment that is OK, but I
code the SQL statement with NZ function in Delphi but raise an error
message ( ... Undefined function NZ ... ) at the run-time.
Which function can I use in Delphi 6 for fixing the above problem ?
Regards,
Nelson.
- Previous message: Rich S.: "Re: Slightly OT : threads"
- Next in thread: Andrew Ryazanov: "Re: Set Zero when field is Null Value."
- Reply: Andrew Ryazanov: "Re: Set Zero when field is Null Value."
- Reply: JamieSuk: "Re: Set Zero when field is Null Value."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|