Hi All, about VFP9 SP2 Help file :
The page with title "Table number is invalid (Error 17)"
(for Error 17)
is documented :
"Select a table number between 1 and 225."
after tests :
select statment can accept 2^15
SELECT 32767 && ok
? SELECT() && 32767
SELECT 32768 && error 17
Do you think we have to change this page ?
I look at page with title : "Visual FoxPro System Capacities"
I read : "Maximum # of tables open at one time" => 65,535
it is the number of theorical "select" ?
the difference seem to be int / unsigned int (2^16 / 2^15)
What do you think ?
we have to correct page "error 17" ? if yes : what is the correct value ?
we have to correct the page "Visual FoxPro System Capacities" ? if yes : what is the correct value ?
With best regards
Francis Faure
The page with title "Table number is invalid (Error 17)"
(for Error 17)
is documented :
"Select a table number between 1 and 225."
after tests :
select statment can accept 2^15
SELECT 32767 && ok
? SELECT() && 32767
SELECT 32768 && error 17
Do you think we have to change this page ?
I look at page with title : "Visual FoxPro System Capacities"
I read : "Maximum # of tables open at one time" => 65,535
it is the number of theorical "select" ?
the difference seem to be int / unsigned int (2^16 / 2^15)
What do you think ?
we have to correct page "error 17" ? if yes : what is the correct value ?
we have to correct the page "Visual FoxPro System Capacities" ? if yes : what is the correct value ?
With best regards
Francis Faure