Re: [Gambas-user] wiki pages related to row count partially incorrect

2017-06-20 Thread Benoît Minisini via Gambas-user
Le 20/06/2017 à 05:29, PICCORO McKAY Lenz a écrit : the gambas wiki about rows count are partially incorrect.. http://gambaswiki.org/wiki/comp/gb.db/result/count?l=en the problem its that the cursor in most drivers return a Forwad Only and due tat the count implementation couln not be... the s

[Gambas-user] wiki pages related to row count partially incorrect

2017-06-19 Thread PICCORO McKAY Lenz
the gambas wiki about rows count are partially incorrect.. http://gambaswiki.org/wiki/comp/gb.db/result/count?l=en the problem its that the cursor in most drivers return a Forwad Only and due tat the count implementation couln not be... the specification are better describe in the odbc related b