home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a063 / 21.img / PBSYB.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-09-14  |  315 b   |  9 lines

  1. REM  Install PowerBuilder stored procedures in 
  2. REM  SQL Server/Sybase database
  3.  
  4. REM  Replace SERVERNAME with the Computername of your server,
  5. REM  specify full path for PBSYB.SQL as appropriate. Also,
  6. REM  add a password at the end, if necessary, for userid sa
  7.  
  8. isql /U sa /S SERVERNAME /i a:\pbsyb.sql /P
  9.