Recent content by doehnhe

  1. D

    Inserting a record with a Date field

    Every time when I try to update or insert a record with a date field to a oracle table, there is the following error message: "ORA-01843 month not guilty". How have I to set the date (24-12-2000 10:00:00, 12/24/2000 10:00:00, 24.12.2000 10:00:00, ....) and where have I to set the time format for...
  2. D

    ROWID

    I have a table with a ROWID field named ID. What's to do by inserting a new record? Insert Into table1 (ID,a,b,c) Values (???,1,2,3)
Back
Top