krv Posted April 20, 2009 Share Posted April 20, 2009 what do these = in mysql? long varbinary numeric Thanks Link to comment https://forums.phpfreaks.com/topic/154899-conversion-types-for-mysql-from-mssql/ Share on other sites More sharing options...
Mchl Posted April 20, 2009 Share Posted April 20, 2009 http://dev.mysql.com/doc/refman/5.0/en/data-types.html Link to comment https://forums.phpfreaks.com/topic/154899-conversion-types-for-mysql-from-mssql/#findComment-814731 Share on other sites More sharing options...
krv Posted April 20, 2009 Author Share Posted April 20, 2009 im exporting from mssql 2000 sp4 to mysql 5 and having issues transforming these columns Link to comment https://forums.phpfreaks.com/topic/154899-conversion-types-for-mysql-from-mssql/#findComment-814734 Share on other sites More sharing options...
Mchl Posted April 20, 2009 Share Posted April 20, 2009 varbinary would be probably BLOB (or one of it's larger versions) numeric would be DECIMAL (actually NUMERIC can be used as well) Link to comment https://forums.phpfreaks.com/topic/154899-conversion-types-for-mysql-from-mssql/#findComment-814745 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.