Hi,
I'm quite new on the db2-terrain. If got this problem, in my pro-c code, i would like to call a specific "to_char" function. The problem is, everytime i run the precompiler, it says the sysibm.to_char function is not compatible to the parameters...etc. etc. Thats correct, in my schema i changed the to_char function.
Now, one solution would be, to simply write <schema>.to_char, but thats something i'd like to avoid, cause the application should not be bind to one special schema.
Is there anything db2-specific, with which i can force the db2 precompiler to use the user's schema?
Thanks in advance
