Changeset 4879 for trunk/MagicSoft


Ignore:
Timestamp:
09/07/04 11:54:55 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros/sql
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/sql/fillcalib.C

    r4878 r4879  
    5050//   root -q -l -b fillcalib.C+\(\"filename\"\,kFALSE\) 2>&1 | tee fillcalib.log
    5151//
    52 // Make sure, that database and password are corretly set in the macro.
     52// Make sure, that database and password are corretly set in a resource
     53// file called sql.rc and the resource file is found.
    5354//
    5455// Returns 0 in case of failure and 1 in case of success.
  • trunk/MagicSoft/Mars/macros/sql/filldotraw.C

    r4878 r4879  
    4848//   root -q -l -b filldotraw.C+\(\"filename\"\,kFALSE\) 2>&1 | tee filldotraw.log
    4949//
    50 // Make sure, that database and password are corretly set in the macro.
     50// Make sure, that database and password are corretly set in a resource
     51// file called sql.rc and the resource file is found.
    5152//
    5253// Returns 0 in case of failure and 1 in case of success.
  • trunk/MagicSoft/Mars/macros/sql/filldotrun.C

    r4878 r4879  
    5959// that everything is fine...
    6060//
    61 // The macro can also be run without ACLiC but this is a lot slower...
     61// Make sure, that database and password are corretly set in a resource
     62// file called sql.rc and the resource file is found.
    6263//
    6364// Remark: Running it from the commandline looks like this:
Note: See TracChangeset for help on using the changeset viewer.