Help for this page

Select Code to Download


  1. or download this
    #execute stored procedure
    my $sp = $msdbh->prepare(qq|usp_Dashboard_CallType \@start = 20080101|
    +);
    $sp->execute or die("$sp->errstr");
    
  2. or download this
    DBD::ODBC::st execute failed: [Microsoft][ODBC SQL Server Driver][SQL 
    +Server]Error converting data type int to datetime.
    
  3. or download this
    my $sp = $msdbh->prepare(qq|usp_Dashboard_CallType \@start = $next_dat
    +e|);