Recent content by GVProgress

  1. G

    Full Database Path

    PDBNAME() only gives the physical dabatabse name. It does not show the entire path.
  2. G

    Full Database Path

    I am on M$ :-)
  3. G

    Full Database Path

    Does anyone know of any command or a way to get a full path of a database through a progress program? SEARCH function with database name will not work since my Database folder is not in propath.
  4. G

    Database copy from Progress Program.

    Disaster recovery, but triggered by the application and not a DBA. Some thing that can be used as a snapshot of previos day if required. Using OE 10.2A size over 1GB
  5. G

    Database copy from Progress Program.

    Through a program I want to make a copy of existing database at another location ready to run. I have a current model of online back up which is posing some practical problems. Hence looking at an alternative solution.
  6. G

    Database copy from Progress Program.

    Does anyone know of a method to programatically copy a database? I do not want to use OS-COPY and OS-COMMAND using proutil, prostrct, procopy. Is there any other way? Sample code will be helpful.
  7. G

    Reading Multi-Page TIFF files.

    I am trying to read a multipage tiff file. But unable to do so. I am using standard windows call to the tiff to read the data.. eg.. To Open the image file... RUN CreateFileA (ipcFileLocation, /** Front Image File **/ {&GENERIC_READ}, /* Desired Access...
Back
Top