Re: help will be much appreciated - vb.net and a sample code
Posted by: Peter Brawley
Date: January 09, 2022 10:19AM

Auto_increment values are inherently arbitrary, so arithmetic on them is usually a fool's errand, it'll always be an unreliable hack. If you need control over such values, I'd say you probably need a coded design of blocks of sequential keys implemented as a table of assignable primary key values eg keys(id bigint unsigned, used bool, ...).



Edited 1 time(s). Last edit at 01/09/2022 02:24PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: help will be much appreciated - vb.net and a sample code
January 09, 2022 10:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.