home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / oracle / 2715 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.0 KB  |  40 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!hobbit.ireq.hydro.qc.ca!guy
  3. From: guy@mais.hydro.qc.ca (Guy Harel)
  4. Subject: How to keep version number inside *.frm ?
  5. Message-ID: <guy.726442270@tdsb-s>
  6. Sender: news@ireq.hydro.qc.ca (Netnews Admin)
  7. Organization: Hydro-Quebec (DSB)
  8. Date: Thu, 7 Jan 1993 21:31:10 GMT
  9. Lines: 29
  10.  
  11.  
  12. We are looking for a way to tag SQL*FORMS objects (.frm) with version
  13. numbers so we can keep track of our many distributions.
  14.  
  15. We know that with C, on merely as to define:
  16.     
  17.         char sccs_id = "@(#) Version 1.0"
  18.  
  19. ...and than use 'what' on the compiled unit to extract the above info.
  20.  
  21.  
  22. I just found out that we can also do the following in a '*.inp'
  23.  
  24.         TITLE = "@(#) Version 1.0"
  25.  
  26. ...generate and then use 'what' on the '*.frm' to extract the info.
  27.  
  28. Is there another or better way to acheive that?
  29.  
  30. P.S: We are planning to use PVCS as a source code manager, and hope the
  31. version number could be automaticaly maintained, even in our '*.inp'.
  32.  
  33. Thanks for any info.
  34.  
  35.  
  36. -- 
  37.  Guy Harel
  38. --
  39.  Guy Harel
  40.