Contents Index GetCA method GetLastDownloadTime method

UltraLite Static C++ User's Guide
  C++ API Reference
    ULConnection class

GetLastIdentity method


Prototype 

ul_u_big GetLastIdentity( )

Description 

Returns the most recent identity value used. This function is equivalent to the following SQL statement:

SELECT @@identity

The function is particularly useful in the context of global autoincrement columns.

Returns 

The last identity value.

See also 

Determining the most recently assigned value

Declaring default global autoincrement columns


Contents Index GetCA method GetLastDownloadTime method