Hi,
I am using DB2 UDB ESE 8.1.5 on a win2000 server.
I tried to use the function IDENTITY_VAL_LOCAL to get the most
up-to-date record with following statement:
VALUES IDENTITY_VAL_LOCAL() INTO :IVAR
in the command center, but it prompt me for the below message:
CLI0100E Wrong number of parameters. SQLSTATE=07001
I've already turned off the auto commit. Could anyone can give me a
helping hand, please? Many thanks!
And also, if I want to use the same function for programming with C#
.NET, by using OLEDB provider, should I bear anything in mind?
Regards,
Chunglun