Hi,
found another glitch when importing from MSSQL to mySQL:
– Datatype “BIN” is converted to “char(1)”. should be “BOOL”.
– Datatype “VARCHAR(>254)” is converted to “BLOB(>254)”. Should be just “BLOB” or better “TEXT”, als BLOB(size) is not valid.
Suggestions for ODBC Import:
– I would like to be able to save settings of Import… I import a large/complex database often and would like to save the manual settings, like selection of tables and conversion for datatypes…
– I would like to setup a “override table” for datatype-conversion… f.e. I would prefer to import “BIN” as “TINYINT”…
Thanks,
– Oliver