While trying to import data from a ORACLE View into MySQL as a Table,
all the NUMBER Columns ( in ORACLE ) were modified into 'decimal' and
'shortened'.
For example, Employe Number defined as NUMBER(5) was imported as
Decimal (31,10).
The Number 134, after ODBC Import, was shown as 99,9999999999.
Is this a BUG or a feature ????
If data Imported into a Table previouslly defined, everything goes well, only
when Tables are created directly from the ODBC Import that happened.
Another improvement should be a Function Tip in the SQL window. Being a
12 year ORACLE user, I have some dificult in MySQL Function sintax. This
could be a must.
Otherwise, this is a wonderfull tool.
Best Regards to all the SQLYoger's !!!!!