July 23rd, 1999, 06:16 AM
Hi,
How do I pass parameters to a query (Command Object) of a DataEnvironment? I am not being able to assign it in the Command Designer...
Specifically I want my query to be something like
SELECT fieldname1 FROM table1
WHERE
field2 = x;
where the value of x should be changeable at runtime.
And how do I build this query using the SQL builder applet?
The database I'm using is Oracle 8.
Thanks for your time.
How do I pass parameters to a query (Command Object) of a DataEnvironment? I am not being able to assign it in the Command Designer...
Specifically I want my query to be something like
SELECT fieldname1 FROM table1
WHERE
field2 = x;
where the value of x should be changeable at runtime.
And how do I build this query using the SQL builder applet?
The database I'm using is Oracle 8.
Thanks for your time.