hi, i had following user defined function in db2 and it is giving some problems as follows
CREATE FUNCTION READFILE(fileNa me VARCHAR(255))
RETURNS CLOB(1M)
//ERROR TOKEN MISPLACED CONSTRUCTS
SPECIFIC readFileToClob
EXTERNAL NAME 'library!readFi leToClob'
LANGUAGE C
PARAMETER STYLE SQL
DETERMINISTIC
NOT FENCED
RETURNS...
User Profile
Collapse
-
DB2 user defined function problems
-
Writing strings from stored procedures to he text files
Hi,
i need to write some string values from my stored procedure to text file. i require that my stored procedure would create and then write to the text file the provided strings.
Could anyone tell me how could i accomplish this task.
thanks in advance
No activity results to display
Show More