[Solved] blob data in sql server 2008
-
hi to everyone
i use blob data in qsqlite and it works so fine, i convert it to base64 and store it to my qsqlite db
now i changed my db to sql server,but i has no data type blob , and when i use varchar(max) instead of blob data it can't store my image?
how can i solve this problem?what data type should i use?