开发者

Image type in database

开发者 https://www.devze.com 2023-02-19 16:57 出处:网络
What is the column type for an image to be stored in the database? And how do I handle the transmission of the image from the database to and 开发者_开发问答from the client side of the application?use

What is the column type for an image to be stored in the database? And how do I handle the transmission of the image from the database to and 开发者_开发问答from the client side of the application?


use column type byte array, transform image to bytes for storing in database and vice verse

0

精彩评论

暂无评论...
验证码 换一张
取 消