Hi, How can insert value into sql server column of data type 'datetime' with jdbc the methods in java.sql are 'setdate()' and 'setTime()'
pls how can i do this. I'm using java.time.LocalDateTime.
Hi, How can insert value into sql server column of data type 'datetime' with jdbc the methods in java.sql are 'setdate()' and 'setTime()'
pls how can i do this. I'm using java.time.LocalDateTime.