Answer the question
In order to leave comments, you need to log in
Why does a request to the same Firebird database from php and OO Base work differently?
I'm trying to get data from a Firebird 3 database using php (Laravel - jacquestvanzuydam / laravel-firebird)
There are 664 records in the table. And php sees it.
Here is a request through php that works fine:
select first 10 skip 10 * from "CONTROL_TBL" order by "SNAME" asc
select first 100 skip 10 * from "CONTROL_TBL" order by "SNAME" asc
select first 10 skip 200 * from "CONTROL_TBL" order by "SNAME" asc
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question