Help for this page

Select Code to Download


  1. or download this
    $bcp = new Sybase::BCP $user, $passwd, $server;
    $bcp->config(INPUT => 'testStud2.bcp',
    ...
                 SEPARATOR => '|',
                 ERRORS => 'BCP.err');
    $bcp->run;
    
  2. or download this
    "AARDVARK, GLOIN"|04|1770 FAKE ADDRESS|(509) 666-6666|0888888|114
    "AARDVARK, CHOMPERS"|06|1770 FAKE ADDRESS|(509) 665-6666|0999999|212
    
  3. or download this
    1> select * from tempdb..agStudDB
    2> go
    ...
            NULL                 NULL  
    
    (2 rows affected)