I want to get the identifier column value in ms access from an auto-increment column. I basically do a transaction in which I have to write two insert requests. The second query will contain the auto-increment value that was created from query 1. How can I do this?
However, Microsoft Access 2000 or later supports the @@ IDENTITY property to get the value of the Autonumber field after INSERT
:
. @David-W-Fenton, Jet 4.0 OLE DB Provider ( )
Jet 4.0 OLE DB Provider
Source: https://habr.com/ru/post/1728841/More articles:jQuery Toggle Show / Hide w / Multiple DIV IDs - jqueryWhat causes scheduled threads to not run in Java? - javaHow to print attribute value instead of element content? - xmlPOCO support in Entity framework - c #Why would anyone create a problem through a commit log? - version-controlКак я прочитал заданное количество строк из конца файла, используя потоки в С++? - c++Calculation of the first and last days of the current week - datePHP: variable name as an instance of a class - instantiationGetting the first and last days of the current week - cocoa-touchMaintaining graph consistency with nHibernate - hibernateAll Articles