how to retrieve the ID of a line when inserting, knowing that the ID is auto-incremented?
Indeed, to add a command line in my database I have to add a car and then add the command line that contains the ID of the car that I just insert.
do you have an idea to retrieve this ID?
thank you in advance
Indeed, to add a command line in my database I have to add a car and then add the command line that contains the ID of the car that I just insert.
do you have an idea to retrieve this ID?
thank you in advance