Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-21 Thread PICCORO McKAY Lenz
now after some messaged between fabian and me, i continue in the list the problemm thanks fabian.. do you see that moveto do not permit due the grid does not fill in order.. so when the data event are raised the index are not secuencial so a "foward only" problem happened and now u count and

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-21 Thread d4t4full
Piccoro, All .MoveXXX methods except .MoveNext need a record count from the provider. You know that ODBC does not provide one, but some drivers do, and I also patched the component to try to fetch this count when possible. Now, the driver may NOT be correctly configured in unixODBC, allowing

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-21 Thread PICCORO McKAY Lenz
2017-05-21 12:33 GMT-04:30 : > All .MoveXXX methods except .MoveNext need a record count from the > provider. You know that ODBC does not provide one, but some drivers do, and > I also patched the component to try to fetch this count when possible. > > Now, the driver may NOT