stmt_utl.executeUpdate(); I am having problems inserting date into the database, how do i retreive the date from the system. My database is oracle, i am working on javaservlets using jdbc can anyone suggest me something
Bhasker Reddy
Daniel Dunleavy
Ranch Hand
Joined: Mar 13, 2001
Posts: 276
posted
0
first off, you can make the date field have a default value of sysdate Dan