Storing Microsoft Word document in Sybase table

Storing Microsoft Word document in Sybase table

Post by Brian Jay Gou » Fri, 28 Jul 1995 04:00:00




Quote:>Hi there,
>I was wondering if anyone has any experience with storing a MS Word
>document in a Sybase table.

I have done this in a couple of applications.  In one case, we used
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.

 
 
 

Storing Microsoft Word document in Sybase table

Post by Dirk Brockhau » Sat, 29 Jul 1995 04:00:00


Quote:>I was wondering if anyone has any experience with storing a MS Word
>document in a Sybase table.

We do this via ODBC using MS SQL Server or MS Access. We store complete OLE2-Objects as
"image". The object type or the used database are not decisive for our implementations. It
should be possible with Sybase or any other ODBC capable database containing an "image"-like
type.

Greetings Dirk

 
 
 

1. Filemaker record to word document and word document list

Hello you filemakerlovers
I have a problem
I want to export 1 record to a word letter
If I select a customer record that I want to send a letter all the data of
the client like his name and address must be copied in the letterhead.
Have you done this or is there a programme for...
and my second problem
I wont to see witch letters I send to that customer.
A list off all the letters must be appearing
thanks if you have done this before...

2. Upgrade paths

3. Word Documents stored in SQL tables

4. 17918-NJ-Hackensack-C-SQL-ORACLE-GUI-Senior Applications Developer

5. Microsoft word document from a form

6. Data-dictionaries in OO databases

7. Oracle PL/SQL, Forms Developer, Airline Systems, UK

8. Editing Microsoft Word Documents

9. Inserting a related link to a Microsoft Word document

10. Microsoft Word Document In Container Field Problem

11. Inserting a related link to a Microsoft Word document

12. Generating word document files from embedded documents in Access or SQL Server DB.