Search results

  1. Anderson Apdo de Souza

    Return default value Progress SQL

    How do I return a default value when my query finds no value in the database?
  2. Anderson Apdo de Souza

    Need help with query input parameters

    how do i pass a parameter to sql server for exec query in table progress 4gl Sample: select * from pub.almo_historico_ressupr where data = :datainicial return error: Missing input parameters. Thank you.
  3. Anderson Apdo de Souza

    .NET communication with Progress

    I have a .NET communication with Progress that is done through a broker, agents that connect to the database, and I'm having problems because some agents are getting their connection stuck, and this is overloading the system, leaving it slow. Is there any way to track these where these agents...
  4. Anderson Apdo de Souza

    Question Locked table

    I have a problem that is as follows. I have a table, order-purchase, which is being used by a user ... No code type found, no code of any kind, I was wondering if there is a way for me to identify if there is any table allocated without a bank and if it exists, I return an error for my mother...
  5. Anderson Apdo de Souza

    Find Is Reverse Query

    My query : FIND LAST table WHERE table.id = 7114445 NO-LOCK NO-ERROR. return : 1 More my table : 1 2 Thank you.
  6. Anderson Apdo de Souza

    Question Error In Procedure

    Hello guys! My routine is returning an error when commenting the code : /* OUTPUT TO c:\temp\tt-atend.txt. FOR EACH tt-atend NO-LOCK: EXPORT DELIMITER ";" tt-atend. END. OUTPUT TO c:\temp\tt-resumo.txt. FOR EACH tt-resumo NO-LOCK: EXPORT DELIMITER ";" tt-resumo. END. */ if i...
  7. Anderson Apdo de Souza

    Question How Removing Last Character Of A String?

    Hello! How removing last character of a string? Sample : Requisição : 7062298 7066083 - 7067325 - 7076260 - 7084470 - Requisição : 7078230 7078233 - 7078236 - 7078240 - 7078244 - 7078250 - 7078255 - 7078258 - 7078259 - 7078262 - 7078267 - 7078268 - 7078272 - 7079844 - 7079847 - 7079856 -...
  8. Anderson Apdo de Souza

    Insert File In Table

    How do I insert a file into a progress table?
  9. Anderson Apdo de Souza

    Question zlib4gl - Decrypt for XML

    How do I do to convert it to XML...
  10. Anderson Apdo de Souza

    Question How to redeem field recorded?

    I have an record in database oracle field that access by the Progress 4GL which was recorded by using a C# GZIpStream component. How to redeem this field, using only resources from Progress 4GL?
Top