Search results

  1. F

    For or Find statement for all tables?

    I was wondering if there is a simple FOR or FIND statement that will search all tables and records in a progress database. I have never seen any function like this with other databases, but my boss swears he changed a bunch of part numbers in symex with only 4 lines of code. He said he didn't...
  2. F

    Compiling 4GL Code

    I have just written my first 4GL app and was very surprised when the compiler told me it couldn't compile because the version of Progress I have doesn't allow updates to the database. Well I went to get a quote on Provision. Now I used appbuilder in a training class and it wasn't bad, but...
  3. F

    Join unrelated fields

    Or software vendor has done something wierd with a logical field that pertains to Job Numbers in our database. They created a table called ComXref and put Job number amoung other information into ComXref.Key1 field. I am new to 4GL so can I join the Job table and ComXref even if there is no...
  4. F

    please help with SQL statement

    I am unfimaliar with your driver. What SQL standard does it follow. SQL92? If so I don't beleive your query is using a valid syntax. You Could create table aliases and inner join them on you the custnum field.
Back
Top