Documents stored in SQL table

Posted by vradenburg on Stack Overflow See other posts from Stack Overflow or by vradenburg
Published on 2010-05-07T21:00:22Z Indexed on 2010/05/11 11:34 UTC
Read the original article Hit count: 214

Filed under:
|
|
|

I have a legacy FoxPro application which stores documents in an SQL table in a field with the image datatype. FoxPro accesses the image datatype as a "General" field which can be used to store various files. I have a FoxPro control which interfaces with the General field for modifying/viewing the document that was stored. I need to migrate this control to .NET and make it easy for users to view/modify documents of various types.

Does anyone have any suggestions on some ways to go about this or know of things that I'll need to consider for the migration to .NET? I'm pretty sure that I'll need to migrate the field to either a varbinary(max) or FileStream data type.

© Stack Overflow or respective owner

Related posts about msword

Related posts about foxpro