I generated the DDL from Oracle to Sybase, created the tables with no issues even migrated most tables into Sybase using insert into
, however when came to the time functions I get errors:
Function 'to_date' not found. If this is a SQLJ function or SQL function, use sp_help to check whether the object exists (sp_help may produce a large amount of output).
and
Function 'to_timestamp' not found. If this is a SQLJ function or SQL function, use sp_help to check whether the object exists (sp_help may produce a large amount of output).
convert()
function, but unless I see the code, I can't give a complete answer. – Michael Gardner May 28 '13 at 14:31