If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi, i have fields in tables that we want to convert from date to timestamp.
in the new unload i don't find a way to get out a converted data (not like the old one where we could write a SQL statement).
You can use DSNTIAUL which is now provided in source code format only and must be assembled (if not already done so). Check out Appendix D of the Version 7 Utility Reference manual.
Using this program you can unload the data with a select statement and then concatenate the date and a string that is the rest of the time stamp.