home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.oracle
- Path: sparky!uunet!utcsri!newsflash.concordia.ca!hobbit.ireq.hydro.qc.ca!guy
- From: guy@mais.hydro.qc.ca (Guy Harel)
- Subject: How to keep version number inside *.frm ?
- Message-ID: <guy.726442270@tdsb-s>
- Sender: news@ireq.hydro.qc.ca (Netnews Admin)
- Organization: Hydro-Quebec (DSB)
- Date: Thu, 7 Jan 1993 21:31:10 GMT
- Lines: 29
-
-
- We are looking for a way to tag SQL*FORMS objects (.frm) with version
- numbers so we can keep track of our many distributions.
-
- We know that with C, on merely as to define:
-
- char sccs_id = "@(#) Version 1.0"
-
- ...and than use 'what' on the compiled unit to extract the above info.
-
-
- I just found out that we can also do the following in a '*.inp'
-
- TITLE = "@(#) Version 1.0"
-
- ...generate and then use 'what' on the '*.frm' to extract the info.
-
- Is there another or better way to acheive that?
-
- P.S: We are planning to use PVCS as a source code manager, and hope the
- version number could be automaticaly maintained, even in our '*.inp'.
-
- Thanks for any info.
-
-
- --
- Guy Harel
- --
- Guy Harel
-