Qt 6.11 is out! See what's new in the release
blog
[Solved] blob data in sql server 2008
General and Desktop
2
Posts
1
Posters
2.2k
Views
1
Watching
-
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? -
hi dears:D
i found the problem
i should use image type , it works good too