Hi ! 
Fivewin +Mysql ODBC EOF() with similiar error as BOF() behavor  debuged 
last Sep.: 
A table test : 
1 user1 
2 user2 
3 user3 
             Standard     Mysql ODBC 
go bottom 
?eof()        .f.             .f. 
?name        user3           user3 
skip 1 
?eof()        .t.             .t. 
?name         space( )       user3 
//        at lastrec()+1   at lastrec() 
//          (bottom+1)     (bottom) 

skip -1 
?eof()        .f.             .f. 
?name         user3          user2 
//          at bottom      at bottom -1 
Fivewin+Clipper with a large user group, so with MYSQL. 

Best regards 
Wang Shuming 
  

Xtech Company Limited 
17G,17/F,Plaza 2,Tiancheng Building, No 96,Longkouxi Road, 
Tianhe,Guangzhou,Guangdong,China 
www.xtech.com.cn 
Tel:(86-20)87595959,85265664,85260539 Fax:(86-20)87595959 
  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to