Hi,
According to what my needs it is better to use temp table or querystring?
Click data in DbGrid and redirected to another Web site with ID data.
ID I need, the need for ID data stored in the table.
I thought even the temp table, which would temporarily stored ID and you would then find all the WHERE clause.
What is the best solution for this?
Regards