Recent content by clintlord

  1. C

    Dates: 0 vs. NULL

    I'm sure that is true, but it really doesn't solve the problem. It is standard procedure (atleast in all the Delphi code that I have seen) to use 0 (12/30/1899) as the "no date" value. Like you've said before, DOA is doing it incorrectly. Are there any plans to fix it in the near future? It...
  2. C

    Dates: 0 vs. NULL

    Thank you so much for your reply, I suspected that was the case. The problem I have is that oracle behaves strangely with null dates. Specifically when you do comparisons (e.g. where enddate
  3. C

    Dates: 0 vs. NULL

    I am having a problem with the TOracleDataSet and dates. When I try to set a date parameter of the SQL to 0 (12/30/1899) it tries to write a NULL to the database. Unfortunatly the field is a "NOT NULL" and I need a 0 in the field to make it work correctly. Has anyone else had this problem...
Back
Top