pgwjb,
I think that method you describe looks fine. Your problem is in oracle side where you defined column as varchar2 cause varchar2 means filed size is flexible for changes and your date format is fixed (so you write and even give
example yyyymmdd format I instead of you define column as date where the same format supply any date format when you use full date by default there is no problem with views.
Wish you all luck and success you need to olve it.
Yours
oavidov
Main Topics
Browse All Topics





by: pgwjbPosted on 2003-02-19 at 11:24:24ID: 7983126
Upping the ante.