home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / sybase / 770 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.0 KB

  1. Path: sparky!uunet!olivea!pagesat!netsys!agate!spool.mu.edu!uwm.edu!rpi!utcsri!newsflash.concordia.ca!mizar.cc.umanitoba.ca!mctrf
  2. From: mctrf@ccu.umanitoba.ca (Manitoba Cancer Treatment Mctrf Research)
  3. Newsgroups: comp.databases.sybase
  4. Subject: WordPerfect -> Sybase
  5. Message-ID: <C1IxHA.By2@ccu.umanitoba.ca>
  6. Date: 27 Jan 93 17:48:46 GMT
  7. Sender: news@ccu.umanitoba.ca
  8. Organization: University of Manitoba, Winnipeg, Manitoba, Canada
  9. Lines: 33
  10. Nntp-Posting-Host: ccu.umanitoba.ca
  11.  
  12. I am using APT-workbench 4.0.2 to write an application.  Our Sybase 4.0.1 server
  13. runs on Sun stations.  We would like to create a menu in a APT form so that, by
  14. menu, users will be able to view in an APT Window (view only, no modification) a
  15. WordPerfect 5.1 file.  I understand that the file might have to be somehow
  16. loaded into our database as SYBTEXT datatype.  The WordPerfect files will be 
  17. modified frequently by other users using MS-DOS WordPerfect. The WordPerfect files are stored on a network drive using PC NFS. We need some hints for the following problems:
  18.  
  19. - How to convert and load WordPerfect files so that Sybase users can read (and
  20.   hopefully scroll through) ?  
  21.  
  22.   Our plan is:
  23.                   C program       DB lib.
  24.     WordPerfect 5.1 file -----------> ASCII -----------> SYBTEXT in database
  25.     
  26.   Our WordPerfect files only contain text (plain, bold faced, underlined, italic
  27.   and large sized.)  We are open to any other suggestions.
  28.  
  29. - What's the best way to view the file (or SYBTEXT) from an APT form?
  30.   Our file size can be limited to 100 lines (worst case).  Do I create an 
  31.   Entry field with Character datatype of Maximum length 9999 in the APT form?
  32.  
  33. - All the steps from WP to Sybase are combined as a menu processing in APT.  
  34.   So the respond time should not be more than a few seconds for an on-line 
  35.   application.
  36.  
  37. - As in the SYBASE tradition, all functions are required on-line.  So  
  38.   whatever we do it will have to be quick. 
  39.   
  40. Any help is appreciated.  
  41.  
  42.  
  43. Vincent Yin
  44. mctrf@ccu.umanitoba.ca
  45.