I thought my previous question might be unclear. So, to re-phrase my
question, does DMX have the capability to define a variable like:
Dim strSQL
and set the variable equal to a SQL statement?
Dim strSQL = "SELECT field1 From tbl1 Where Record1 = '" &
Session("Record1") & "';"
I haven't been able to figure this out in DMX? Is there a way to do this?
Thanks for any input.
-D-
"-D-" <noone (AT) nospam (DOT) com> wrote
Quote:
When defining a recordset and writing a SQL statement in the advanced
dialog
in DMX, is there a way to pass the SQL statement to a variable? If so,
how?
Thanks.
-D- |