VB連SQL,做新增,希望回傳identitykey 值?(編號:1102)

大家好:
我是用ADO的connection, 後,建立command字串為
"insert into xxx values(.....)'
con.execute abc, infectdRecord
我知道有個Return Records infected
請問如何直接知道該筆記錄的identitykey ,
不想再select一遍...