Hello,
I have search but not found an answer to my problem.
I connect to a Mysql database and add some data to tables by means of a remote view. How do I know what ID has been given to my records since the field is and auto-increment field?
The database is a heavy used one so changes are that their is data entered at the same time as I do.
But I need the ID so I can fill releated tables, anyone got an idea how to do this ?
Thanks in advance
Hans
I have search but not found an answer to my problem.
I connect to a Mysql database and add some data to tables by means of a remote view. How do I know what ID has been given to my records since the field is and auto-increment field?
The database is a heavy used one so changes are that their is data entered at the same time as I do.
But I need the ID so I can fill releated tables, anyone got an idea how to do this ?
Thanks in advance
Hans