I am not familiar with sql server functions. What's the best method to
browse records of a table on sql server?
What I can think of, is to:
1. use sqlexec("select primary_key from the_table","t_key")
2. browse t_key
3. issue sqlexec("select data_fields from the_table where
primary_key="+t_key.primary_key) to pull and display the data from the
sql server.
Is there a better way not involing pulling the primary keys? Imagine
having a table with millions records.
--
.~. Might, Courage, Vision. In Linux We Trust.
/ v \ http://www.linux-sxs.org
/( _ )\ Linux 2.4.22-xfs
^ ^ 5:02pm up 13 days, 17:34, 0 users, load average: 0.99, 0.97, 0.91