I have a text file that loads up on a coldfusion webserver which my Database can't see. I pase the contents to a variable in Coldfusion and then pass the variable to a Stored Procedure.
I have the string passing correctly but I need to parse it within a Stored Procedure! any ideas.
The string is a comma delimited text file with 7 columns and double quote text qualifier.
I have done string parsing quite often but never in a Stored Procedure. What are some good function to use to parse?
Thanks,
Jon
I have the string passing correctly but I need to parse it within a Stored Procedure! any ideas.
The string is a comma delimited text file with 7 columns and double quote text qualifier.
I have done string parsing quite often but never in a Stored Procedure. What are some good function to use to parse?
Thanks,
Jon