0
Can tables have images in mysql
4 ответов
+ 1
Hi Neha, Storing images in Databases can be troublesome. Although there's a possibility of uploading small sized images (<256K) in VARBINARY Columns. Although SQL Server 2008 provides an opportunity to store maximum size of 1M. Usually, this is not advisable as people mostly go for other media management techniques or integrated modules in CMS.
Hope this helps.
0
okk
0
you must covert it in binary first
0
you can but it is not recommended, it is better to upload the images to the server the you store their names in the database