home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7109 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.8 KB

  1. Path: sparky!uunet!think.com!ames!agate!darkstar.UCSC.EDU!cats.ucsc.edu!isbell
  2. From: isbell@cats.ucsc.edu (Art Isbell)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: DBKit Sybase adaptor limitation workaround needed.
  5. Date: 9 Nov 1992 23:10:30 GMT
  6. Organization: Cubic Solutions - NeXT software development and consulting
  7. Lines: 24
  8. Distribution: world
  9. Message-ID: <1dmr56INN13r@darkstar.UCSC.EDU>
  10. NNTP-Posting-Host: si.ucsc.edu
  11. Summary: Need a Sybase BLOB read/write method/function for datasize > 64k.
  12. Keywords: DBKit, Sybase
  13.  
  14.  
  15.  
  16. The DBKit Sybase adaptor apparently limits image and text data to 64 kb.  Brent
  17. Loschen has posted some gnarly Sybase DBLib code that will write image data to
  18. a database.  However, one of the main reasons I'm using DBKit is to avoid
  19. such database-specific stuff.  Not being a Sybase programmer, I don't want to
  20. spend time learning DBLib calls so that I can read and write large image and
  21. text data when this should have been supported in the adaptor (and probably
  22. eventually will be).
  23.  
  24. So has anyone written read/write methods/functions that I can treat as a black
  25. box that he/she would be willing to share?  I need to be able to allow users to
  26. record comments that will be stored in the database, so I need to read and
  27. write a sizable Sound object.  I need to be able to store scanned photos and
  28. documents as well, so these will be tiff files (and maybe faxes which I think
  29. are stored in some sort of tiff format).
  30.  
  31. Any help or suggestions would be appreciated.
  32. -- 
  33.  
  34. Art Isbell                                                      Cubic Solutions
  35. NeXT Registered Developer #745         NeXT software development and consulting
  36. NeXTmail: isbell@cats.UCSC.EDU                             Voice: (408)335-1154
  37. USmail: 95018-9442                                           Fax: (408)335-2515
  38.