This is a discussion on Do I still need a C compiler on production server? within the DB2 forums, part of the Database Server Software category; --> We're running DB@ V7 FP8 and need to create SQL stored procedures. Is there a way to avoid having ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| You only need it on your development machine since fixpak 3 - see PUT ROUTINE and GET ROUTINE in the Command Reference for FP4: ftp://ftp.software.ibm.com/ps/produc...r/db2n0e71.pdf This does require the development and production machine to be on the same operating system. Isaac Blank wrote: > We're running DB@ V7 FP8 and need to create SQL stored procedures. Is there > a way to avoid having a C compiler on the production machine? > > TIA > > Isaac > |
| ||||
| Thanks, Blair. That's what I was hoping for... "Blair Adamache" <badamache@2muchspam.yahoo.com> wrote in message news:bpjc8i$3ft$1@hanover.torolab.ibm.com... > You only need it on your development machine since fixpak 3 - see PUT > ROUTINE and GET ROUTINE in the Command Reference for FP4: > > ftp://ftp.software.ibm.com/ps/produc...r/db2n0e71.pdf > > This does require the development and production machine to be on the > same operating system. > > Isaac Blank wrote: > > > We're running DB@ V7 FP8 and need to create SQL stored procedures. Is there > > a way to avoid having a C compiler on the production machine? > > > > TIA > > > > Isaac > > > |