Help for this page

Select Code to Download


  1. or download this
    [Microsoft][ODBC SQL Server Driver][SQL Server][0122]USAGE: InvokeStor
    +edProcedure [param1], [param2], [param3], [param3]
    
  2. or download this
    $errmsg =~ /^      # start at beginning of string
                 (     # capture first group
    ...
               /x;
    
    # which gives $1 = [Microsoft], $2 = everything else