Do somebody know how to made database with for example Pictures and text? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do somebody know how to made database with for example Pictures and text?

Pictures database

16th Apr 2018, 1:43 PM
MichaƂBajda
MichaƂBajda - avatar
3 Answers
+ 3
Normally no images are stored within a database. Although most database engines provide fields where you can save images or binary content, the most common is to save the path where the images are stored. This helps to maintain a considerable size in your database, and if you are going to load them somewhere it is much more optimal. If you keep them in the database it is very likely that you will have to decode them.
16th Apr 2018, 2:59 PM
Mickel
Mickel - avatar
0
I also found in further lessons something like BLOB (binary large object) and it's can contain images too, they said
17th Apr 2018, 6:13 AM
MichaƂBajda
MichaƂBajda - avatar
0
hi
22nd Jun 2018, 5:13 PM
Pawan mg Pawan mg