Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please help: I have a tMysqlRow component with an insert statement inside it. Now my goal is, after that statement, I want to return the LAST_INSERT_ID() of the row inserted by that statement. Ho do I do this using the same component?
I am trying to add a "SELECT LAST_INSERT_ID();" after that insert statement (multi-query) but nothing happens.
Please help.
Thanks!