dickylam
IS-IT--Management
- Jun 24, 2001
- 86
I have a table in sql database's table which contains around 31,000 rows (records).
I use SQL passthrough method to access the table and use SQLVIEW to load all records.
create sql view temp_view remote connection zodbcname as "select * from ztable"
select 0
use temp_view
= dbsetprop('&zclaritylist_view','view','fetchsize',-1)
However, only 1,100 records returned.
I checked the maxrecords is also -1 (which is all results).
I do not know really what happen is it and I feel better I use ado API to read record.
Please advise.
I use SQL passthrough method to access the table and use SQLVIEW to load all records.
create sql view temp_view remote connection zodbcname as "select * from ztable"
select 0
use temp_view
= dbsetprop('&zclaritylist_view','view','fetchsize',-1)
However, only 1,100 records returned.
I checked the maxrecords is also -1 (which is all results).
I do not know really what happen is it and I feel better I use ado API to read record.
Please advise.