User Profile

Collapse

Profile Sidebar

Collapse
tarun4j
tarun4j
Last Activity: Nov 17 '11, 09:00 AM
Joined: Sep 8 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tarun4j
    started a topic DB2 user defined function problems
    in DB2

    DB2 user defined function problems

    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...
    See more | Go to post

  • 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
    See more | Go to post
No activity results to display
Show More
Working...