Re: Dynamic Sql in Forms 4.5

From: Darrell Zawada <76714.1212_at_CompuServe.COM>
Date: 1996/06/24
Message-ID: <4ql1c6$k7l$1_at_mhafc.production.compuserve.com>#1/1


have you tried using lexical parameters?

these types of parameters can be used to dynamically replace the FROM or WHERE or GROUP BY clauses.

you reference them in sql with the ampersand, &.

Select * from &tableName
Where &whereClause
;

Darrell Zawada

-- 
z
Received on Mon Jun 24 1996 - 00:00:00 CEST

Original text of this message