Recent content by tjk5145

  1. T

    Converting XML to/from Text Files

    1. I have a requirement to convert XML files to ASCII text files and vice-versa. 2. This would execute on a Linux platform. 3. I would like this conversion to execute from a command line in Linux (to be able to run in batch). My question: Is there a product out there which will easily...
  2. T

    How to connect 2 databases

    I have two databases located on 2 servers. Database #1 uses Progress Code Page ISO8859-1. Database #2 uses Progress Code Page BIG-5. My question: If I am connected with a Progress multi-user session on Database #1, how can I connect to Database #2 using a different Code Page? I need to...
  3. T

    Switching Databases

    I have a problem I need some help on. Here is the scenario: A) I have multiple Progress databases (all same version). I want to develop a calling program (prog.a) which does some processing and builds a temp-table. B) After the temp-table is created I want to swap to another database...
Top