I store a query String..ie(Select * From Project, etc) in a database as a record. I want to call that query string and run it. I will send it the Record number and need to get back the results of the querystring that is in the database.
I could just do one call to get the string and then use that result to run another query, but that seems wasteful.
Any suggestions?
I could just do one call to get the string and then use that result to run another query, but that seems wasteful.
Any suggestions?