Guest User

Untitled

a guest
Jan 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @echo off
  2.  
  3.  
  4. db2 connect to spiel_db
  5.  
  6.  
  7. db2 prep a1.sqc
  8.  
  9.  
  10. db2 connect reset
  11.  
  12.  
  13. cl -Z7 -Od -c -W2 -D_X86_=1 -DWIN32 -Id:\sqllib\include a1.c
  14.  
  15.  
  16. link -debug:full -debugtype:cv -out:a1.exe a1.obj D:\Programme\IBM\SQLLIB\lib\db2api.lib
  17.  
  18.  
  19. @echo on
Add Comment
Please, Sign In to add comment