Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wgfranzen

    CSV file output from COBOL

    The string has worked well for me over time - one other comment, don't forget that CSV may need to "escape" an embedded delimiter - for example, if one's alphanumeric field contains a comma (e.g. the field separator), one now needs to enclose the field with a text delimiter such as...
  2. wgfranzen

    Passing Parameters to stored procedure

    This is the same class of problem as when using the IN predicate and not knowing how many host variables to place within the parentheses. There are two options: 1. Build the SQL as IN (:1, :2, :3, :4, :5 ... :N) where N is the reasonable maximum. When the number of values is less than N...

Part and Inventory Search

Back
Top