Feb 14, 2012 6:37 PM
C/C++ Storedprocedure in Netezza
-
Like (0)
Hi All
I am trying to write a C/C++ Storedprocedure in Netezza, which contain some business logic.
Appreciate if anyone provide me the template/steps to create one on Netezza. The current environment is db2 LUW
netezza does not support using C++ for stored procedures. You can use C++ to create a UDX (user defined function | aggregate | table function) though. See the UDF developers guide for more information. You'll have to contact netezza support or your account manager to get the developer guide though, I'm not sure how it is being distributed these days

