Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is it possible in the code i wrote in the tPerlRow to know if i am in the last row of the tdbinput?
For SELECT statements, execute simply "starts" the query within the database engine. Use one of the fetch methods to retrieve the data after calling execute. The execute method does not return the number of rows that will be returned by the query (because most databases can't tell in advance), it simply returns a true value.
It returns -1