|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i want to store more than 10000 character with picture in my database. which datatype supports this facility?
|
|
#2
|
||||
|
||||
|
I think you'd have to store the characters in one column, the image in another column. A BLOB field should handle both of them.
For what it's worth, I don't store the actual picture in the database. I just make a text field and store the path to the picture. It seems too cumbersome to actually store the picture data and I don't see any benifit. ---John Holmes... |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > store more than 10000 character with picture in my database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|