home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / oracle / 2721 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.6 KB

  1. Path: sparky!uunet!munnari.oz.au!goanna!escargot!otto!dtb
  2. From: dtb@otto (David Bath)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: How to keep version number inside *.frm ?
  5. Message-ID: <dtb.726463767@otto>
  6. Date: 8 Jan 93 03:29:27 GMT
  7. References: <guy.726442270@tdsb-s>
  8. Organization: RMIT Computer Centre
  9. Lines: 41
  10. NNTP-Posting-Host: otto.bf.rmit.oz.au
  11.  
  12. guy@mais.hydro.qc.ca (Guy Harel) writes:
  13.  
  14.  
  15. >We are looking for a way to tag SQL*FORMS objects (.frm) with version
  16. >numbers so we can keep track of our many distributions.
  17.  
  18. >We know that with C, on merely as to define:
  19. >    
  20. >        char sccs_id = "@(#) Version 1.0"
  21.  
  22. >...and than use 'what' on the compiled unit to extract the above info.
  23.  
  24.  
  25. >I just found out that we can also do the following in a '*.inp'
  26.  
  27. >        TITLE = "@(#) Version 1.0"
  28.  
  29. >...generate and then use 'what' on the '*.frm' to extract the info.
  30.  
  31. >Is there another or better way to acheive that?
  32.  
  33. >P.S: We are planning to use PVCS as a source code manager, and hope the
  34. >version number could be automaticaly maintained, even in our '*.inp'.
  35.  
  36. >Thanks for any info.
  37.  
  38.  
  39. >-- 
  40. > Guy Harel
  41.  
  42. I use RCS, and it is dead easy.  It also has UNIX and DOS ports.
  43. All you need do is have a variable that is assigned a value when the
  44. form starts up that has the identifier you choose.
  45.  
  46. David T. Bath    Email:dtb@otto.bf.rmit.oz.au    Phone:03-3477511
  47. Global Technology Corporation, 179 Grattan St, CARLTON, VIC, 3153, AUSTRALIA
  48. "Failure to emulate is the best revenge" - Marcus Aurelius
  49. -- 
  50. David T. Bath    Email:dtb@otto.bf.rmit.oz.au    Phone:03-3477511
  51. Global Technology Corporation, 179 Grattan St, CARLTON, VIC, 3153, AUSTRALIA
  52. "Failure to emulate is the best revenge" - Marcus Aurelius
  53.