in reply to Correct Perl Syntax for Last Record Insert in MS SQL?

As I recall from MSSql compatible Sybase land, this would essentially be a 'select @@identity' on the current connection. DBD::Sybase supports this through $dbh->last_insert_id 'Fiq
  • Comment on Re: Correct Perl Syntax for Last Record Insert in MS SQL?