N
Nicolas
How to store multiple files in only one sql blod field in sql database
Like I got a record for a house:
ID
Name
addresss
price
attachments
The field "attachments" may contains documents (pictures, word file for
specification, autocad file for the plan etc.) We don't know in advance on
many attachments will be uploaded. I should be able to Insert, Update,
Delete part of it.
Any help will be great
Thanks.
Like I got a record for a house:
ID
Name
addresss
price
attachments
The field "attachments" may contains documents (pictures, word file for
specification, autocad file for the plan etc.) We don't know in advance on
many attachments will be uploaded. I should be able to Insert, Update,
Delete part of it.
Any help will be great
Thanks.