home *** CD-ROM | disk | FTP | other *** search
- REM Install PowerBuilder stored procedures in
- REM SQL Server/Sybase database
-
- REM Replace SERVERNAME with the Computername of your server,
- REM specify full path for PBSYB.SQL as appropriate. Also,
- REM add a password at the end, if necessary, for userid sa
-
- isql /U sa /S SERVERNAME /i a:\pbsyb.sql /P
-