Hi guys
I wonder if is it possible set the table pointer into an specific record provided by a SQL ADS query
My problem is the following:
I have a SQL query with too many results. Then, I think in giving the users the abiliity of searching through this result set and positioning over the
selected record.
With no SQL queries, this job was simple, only changing the index with ordsetfocus and executing a dbseek. But with an alias which is a result of a query i don´t know the way for do it...
Executing sql queries, are generated some default indexes ??
Thank In advance