The problem is that while inserting the sting i need to know 3 more free (not in use yet ID)
exaple
I'm sending 3 rows simultaneously
Bil 2 3 1
Bob 0 0 0
Michael 0 0 0
How could I know the IDs beforesending to database
Thank you in advance
exaple
Code:
name ID1 ID2 ID3
1 Bil 2 3 1
2 Bob 0 0 0
3 Michael 0 0 0
5 John 0 0 0
6 Lili 7 9 11
..........................
Bil 2 3 1
Bob 0 0 0
Michael 0 0 0
How could I know the IDs beforesending to database
Thank you in advance