I've been using the function odbc_exec() for sql queries, but when using it with an INSERT statement I thought the resulting resource would have something in it, basically the tuple I just inserted.
Is there a way in PHP to run an INSERT statement on an odbc source and then be able to do something with the new tuple?
Basically I want to be able to reference to new identifier given to the row (its auto generated).
Thanks,
Mike 😃