<CFQUERY NAME="UP2" DATASOURCE="test">
UPDATE mytable
SET
APPL_DATE = #APPL_DATE# , <-- This has a valid date and works fine
APRV_DATE = Null <-- This posts a Null Date to "mytable"
WHERE L_NUMBER = '#mFINDIT#'
</CFQUERY>
Hope the question is clear...
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

