hi all,
i ve a wbform with a button
in the click event a sql querry is excuted
query is
insert into tbl(name,age)values('a',21)
tbl contain another filed "id" which is identity and primary key
i need to diaplay the "id" value of the above querry after inserting.
ie on that button click event
like "you number is 1000"
how is it possible?
rply plz
thanks in advance
-- VipinDev S
|