stressball
Programmer
I need to write a Class to do the following:
Get a date from a sybase stored procedure via a resultset
Change that date to a java.sql.Date
Collect the rest of the data
Send the date back via another sybase stored procedure as a sybase datetime datatype
I may also need to use methods from the java.util.Date package before the date goes back to sybase.
I have tried all sorts of things but I think I am just going about it completely the wrong way. Any suggestions would be most appreciated.
Get a date from a sybase stored procedure via a resultset
Change that date to a java.sql.Date
Collect the rest of the data
Send the date back via another sybase stored procedure as a sybase datetime datatype
I may also need to use methods from the java.util.Date package before the date goes back to sybase.
I have tried all sorts of things but I think I am just going about it completely the wrong way. Any suggestions would be most appreciated.