|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Yeah, if you plan to store the documents inside of the database itself, be sure to create a VarBinary(MAX) field. Also, per our experience, it is also best to create a child table that has nothing but a PK, foreign key to the parent, and the binary data field. This makes it much easier to bring information back from the server without the media field.
|