I have done this in a couple of applications. In one case, we usedQuote:>Hi there,
>I was wondering if anyone has any experience with storing a MS Word
>document in a Sybase table.
WordBasic to interact with SQL Server. From WordBasic (replaced by
VBA) we read other documents into files and accessed them. Since we
had only text in the file, we stored the data in text fields as RTF.
This worked just fine.
In another case, we had Word documents that also contained bitmap
images (the users could order a custom document with his picture
attached to be faxed to a client or prospect). These we stored in two
places, both were binary images in separate tables.
In both cases everything went very well and performance was excellent.
Good luck in your application....
------------------------------------------------------
Any disclaimers made for me, by me, or about me,
may or may not reflect the accuracy of my representing
the opinions of myself or anyone else.