UniDAC + Lazarus - FindFirst and FindNext always return false
Posted: Thu 20 Jul 2017 10:19
Hi!
I use latest Lazarus + latest UniDAC. I created simple app with one UniConnetion, one UniQuery objects (I tried UniTable too - result was the same) and one UniProvider. I testes it with mySQL and MSSQL. The problem is that after opening any table or query I cannot use datasets methods: FindFirst and FindNext, they always return false. In the same time RecordCount shows proper number of rows, I can also see records in Grid. What am I doing wrong?
I use latest Lazarus + latest UniDAC. I created simple app with one UniConnetion, one UniQuery objects (I tried UniTable too - result was the same) and one UniProvider. I testes it with mySQL and MSSQL. The problem is that after opening any table or query I cannot use datasets methods: FindFirst and FindNext, they always return false. In the same time RecordCount shows proper number of rows, I can also see records in Grid. What am I doing wrong?