ruby - How to insert a string content into varbinary column in rails -


there varbinary column in database table,in sql statement,we can use

convert(varbinary(10),n'hello') '  

to convert string varbinary ,but in rails,how can or there way insert string content varbinary column.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -