I actually try to do an insert on a ADODataset linked on a table with a autogerenated Guid. When I try to get the new Id of my record I get some zero for Guid.
Thanks for the help.
|
I actually try to do an insert on a ADODataset linked on a table with a autogerenated Guid. When I try to get the new Id of my record I get some zero for Guid. Thanks for the help. |
||||
SELECT @@IDENTITYafter the insert (not tested though) – kobik Sep 19 '12 at 10:03