Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
RSoppa,
What I usually do when making queries for my input component is create them in SQL server and make sure they are working there.
When your just select all columns of a table you can do as pedro suggested by retrieving the query and the schema. In that case you won't even have to modify anything about the query.
Regards