Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Techone1

    converting a number to a date??

    I am trying to convert for ex. 12012008 to 12/01/2008 in 4gl code. There is going to be a list of dates so I am trying to figure out the simplest way in which to code it...any suggestions?
  2. Techone1

    SQL code -> 4GL code

    SQL: SELECT COUNT(*) FROM table1 WHERE NOT EXISTS (SELECT item e FROM table2, table3 WHERE prod_S_dept = filter_itema and prod_cat = filter_itemb and itemc = itemd) 4GL: SELECT COUNT(*) FROM table1 WHERE NOT EXISTS (SELECT item e FROM table2, table3...
  3. Techone1

    SQL code -> 4GL code

    I created code in SQL that works. I then used the same code in 4GL but it doesn't work...no errors just the wrong answer. Does anyone know where I might look to find the problem?

Part and Inventory Search

Back
Top