Help for this page

Select Code to Download


  1. or download this
    insert into table .......... select @@IDENTITY
    
  2. or download this
    #!/usr/local/bin/perl -w
    use DBI;
    ...
    my $seqid=  $$data{foo};
    my $err  =  $sth->errstr;
    print "$seqid, $err\n";