| Author |
Sybase blob column type
|
Shiva Battula
Greenhorn
Joined: Jun 06, 2005
Posts: 20
|
|
Hi, Iam using Sysbase DB to store word documents. I was stuck to choose the column type for storing word documents.( I think word documents nothing but BLOBs). Sybase wont support BLOB column type, But indirectly it has a specific column type to store big objects. Can anyone help me out in choosing column type for BLOBs in Sybase? Thanks, Sivasankar
|
SCJP and SCWCD.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
Sivasankar, As a recall, Sybase provides IMAGE as a BLOB type. Even though your document isn't an image, you can still use one this type. A doc file is just binary data - like an image is.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Shiva Battula
Greenhorn
Joined: Jun 06, 2005
Posts: 20
|
|
Thanks Jeanne..Its working fine.. Sivasankar
|
 |
 |
|
|
subject: Sybase blob column type
|
|
|