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 strongm 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: *

  • Users: vlukes
  • Content: Threads
  • Order by date
  1. vlukes

    UPDATE & ?

    So, please, help me... I want to use question mark in UPDATE (in 4GL) - for example: ... LET text = UPDATE qwerty SET col01 = ?, col02 = ?'; PREPARE prp01 FROM text; EXECUTE prp01 USING 'sl01', 'sl02'; ... Fajn, so, how can I replace table name ("qwerty") by question mark (UPDATE ? SET...)...
  2. vlukes

    SELECT & VARIABLE

    Please, help me... I have this code - in Oracle: declare t char(10) := 'qwerty'; begin select t into t from dual; dbms_output.put_line(t); end; OK, code is ready, but I want use this code in Informix 4GL and there is problem: DATABASE MyDtb; DEFINE t CHAR(10), c01...

Part and Inventory Search

Back
Top