Forum Discussion
gid_216
13 years agoFrequent Contributor
Why don't you use joins to form your query, with this, you don't have to create two differnt objects.
For different queries with same connection, Parameterize the procedure that will take query as string and use that strin variable in the procedure/function.
For different queries with same connection, Parameterize the procedure that will take query as string and use that strin variable in the procedure/function.