krv Posted April 20, 2009 Share Posted April 20, 2009 what do these = in mysql? long varbinary numeric Thanks Quote 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 Quote 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 Quote 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) Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.