Recent content by paulpeter

  1. P

    10.2a - 10.2b compatibility

    This sample code works fine in 10.2B. The com control wrapper classes (identified by a specific annotation on the class in the .NET IL code) were filtered by the AVM to be unusable in 10.2A due to limitations. This limitation is removed in 10.2B.
  2. P

    Excel Formatting

    Hmm, If csv files are named .csv then the default open under Windoze activates excel without needing to do the text-to-column. I don't think there is a Perl OLE.pm module available for OpenVMS, that woudl be too easy :-) XL97 and up can read a HTML table saved with an .xls extension. This...
  3. P

    Transaction History Tracebility

    A traceability matrix (which is what I assume you mean by dtreciability) is a table that traces a requirement to the tests that are needed to verify that the requirement is fulfilled. A good traceability matrix will trace backward and forward to that a requirement can be traced to a test and a...
  4. P

    Database Not Started

    Check if the database is running or not from the OS level. Login through SQLPLUS and see if database is started. If not then try to start the database with command startup at SQLPLUS prompt. Thanks.
Top