Recent content by jamese

  1. J

    Removal of a blank line at the end of a text file

    Hello, I've got a procedure that outputs data to a text file, this works fine, the file can be opened where it is and there isn't a blank line at the end. However the file automatically gets attached to an email, when the file is opened once it's received by email it has a blank line at the...
  2. J

    Disconnecting from a progress db

    cheers that worked! I had the full db path in it.
  3. J

    Disconnecting from a progress db

    Hello! I have a script running off a CRON trigger, to connect to the Progress DB I use the CONNECT -db ******** statement. How do I disconnect from the DB? because when the script runs again it gets an warning message saying the DB is already connected. Cheers!
Back
Top