Recent content by davachi

  1. D

    Invoke a trigger by SQL Insert ?

    Thanks for the Reply and good advise. Unfortunately though we can't upgrade that easy. We need to find out how we can update an MSSQL table from HP-UX environment. If you have an idea in this would appreciate letting us know.
  2. D

    Invoke a trigger by SQL Insert ?

    Thank you for reply tamhas. We have to look into creting Java triggers then.
  3. D

    Invoke a trigger by SQL Insert ?

    Hi All, We need to invoke a progress trigger when ever a new record is added to a Progress 91B database table via ODBC SQL. The trigger for create works fine in 4GL, but does not work when a new record is created via SQL connection. Any suggestion appreciated. Thanks :)
  4. D

    Connection to MSSQL from Progress 91B (HP-UX)

    Hi all Can anyone please list what configuration or set up is needed to update a table in MSSQL from a Progress 91B trigger , running on HP-UX 11 ? Do I need to set up ODBC from HP-UX ? also if you know of an online detailed documentation on this , please let me know. Thank you.:biggrin:
  5. D

    SQL Insert statement with VP, ASP gives syntax error

    Thank you for reply Casper. Managed to get the insert going, after adding one more column after id! I am quite new to ASP and SQL, would you know a site or document that helps to understand the differences in accessing Progress databases as oposed to more common ones? Thanks again Davachi
  6. D

    SQL Insert statement with VP, ASP gives syntax error

    Would you know what is wrong with my INSERT statement? On ODBC connection to a Progress 9.1b I am trying to use an insert statement but getting systax error message: the code is like this SET rs2 = Server.CreateObject("ADODB.Recordset") StrSQL2 = "INSERT INTO PUB.struc_subcc (id) VALUES...
  7. D

    Progress 9.1B does not run (HP-UX 11:00)

    Thanks for replies We've been running 9.1b on HP-UX11:00 for a while, now only trying to replicate the same environment on a upgraded server. Possibly the working version on the old server is patched up, but since we haven't kept up the maintenance with the vendor no chance of getting...
  8. D

    Progress 9.1B does not run (HP-UX 11:00)

    We have installed Progress 9.1B on HP-UX 11:00(64 bit) , but various commands coming up with errors such as: "/usr/lib/dld.sl: Unresolved symbol: __head (data) from /usr/lib/libC.2 /usr/lib/dld.sl: Unresolved module for symbol: __shlinit (code) from /usr/lib/l" Progress KB 20552...
  9. D

    Using British Pound sign £

    Hi All Using terminal emulator in v220 mode, we are trying to cater to our UK users in using the pound symbol £. I have set the telnet session on HP-UX to display the pound sign, but this setting somehow gets over written by Progress. How would you set the progress to display the...
  10. D

    How to work with British Pound Symbol £

    Hi All we use QAD eB, Progress 9.1B, HP-UX 11 Using terminal emulator in v220 mode we are trying to cater our UK users to be able to use the pound symbol £. I have set the telnet session on HP-UX to display the pound sign, but this setting somehow gets over written by...
Top