forlano Messages: 1214 Registered: March 2006 Location: Italy
Senior Contributor
dolik.rce wrote on Sun, 30 December 2012 14:22
Oups, I overlooked that
You could in theory get around that limitation too, but it depends on the exact logic of your application, which I don't know The basic idea would be to use some other unique combination of columns (ROUND + BOARD perhaps?) to find the correct row instead of the autoincremented ID. If there is such unique combination of columns, you could then construct the query all at once and don't care about the IDs at all.
Honza
That is a very good idea! I must study carefull if it backfires (the board can be changed...).