I am having a problem generating a (query) tree within the DB Interface Designer.
I'm connecting to the DB fine and can genrate both tables and a tree from a simple query with no variables. I can also generate a tree using one variable in the query. Multiple variables cause the build to fail.
Sample syntax (I'm new to the DB world)...
Select * From DBName Where Member_ID = #ID# and Last_Name = #LName#
Both values are defined as text in the DB and I've defined the variables with moc values (with and without single quotes)
eyetry
I'm connecting to the DB fine and can genrate both tables and a tree from a simple query with no variables. I can also generate a tree using one variable in the query. Multiple variables cause the build to fail.
Sample syntax (I'm new to the DB world)...
Select * From DBName Where Member_ID = #ID# and Last_Name = #LName#
Both values are defined as text in the DB and I've defined the variables with moc values (with and without single quotes)
eyetry