Re: Help I don't know why my Timestamp statement in JAVA for certain fields is only giving me null on the Server
Posted by: Filipe Silva
Date: December 21, 2022 02:06PM

Just connect to the database directly using mysql client or MySQL Workbench and check the contents of the table.

You can also compare the definition of the table in MySQL (DESC clients) and compare it to the definition in your Java code. Look for differences in the DEFAULT values for the corresponding column.

Options: ReplyQuote


Subject
Written By
Posted
Re: Help I don't know why my Timestamp statement in JAVA for certain fields is only giving me null on the Server
December 21, 2022 02:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.