multiple lines JDBC queries to IBM UniVerse failing?

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default multiple lines JDBC queries to IBM UniVerse failing?

    Hola -

    So, we've got JDBC access to UniVerse 10.1.4 working on CFMX7.1, but have
    found that a multiple line query fails although the exact same query works fine
    if it is entirely on a single line (which of course makes it more difficult to
    read/debug). Is this expected behavior or have we run into an odd case? Any
    workarounds if it is? This is our first foray into jdbc so perhaps this is a
    standard jdbc issue I'm unaware of, any help gratefully received & much
    appreciated, thanks very mcuh.

    peterivanick Guest

  2. Similar Questions and Discussions

    1. MX7 multiple instance jdbc data sources
      The data sources on my single instance install of MX7 (Solaris9, Oracle9i), using jdbc, worked just fine. In a single instance install, the...
    2. JDBC - Universe Database - Record Locking
      Better late than never I guess...sorry, I subscribed to the thread, but did not get an email from the forum. Anyway, yes we use UV exclusively on...
    3. CF Multiple Queries, Multiple Records
      All, I've got three queries all passing variables from previous queries. The issues? The second query returns 4 records. I want to use IDs for...
    4. problem with have multiple subjects appear on the web page in multiple lines
      Hello, group I have got this problem, hoping someone can help me to figure it out what is wrong. I have some fields in the database:...
    5. Urgent Help Needed ! JDBC driver crashes after 200 queries
      Hi all, We have a major problem and need help. I've written a testing program which has several pieces of sql which we execute in a loop. After 191...
  3. #2

    Default Re: multiple lines JDBC queries to IBM UniVerse failing?

    I have the same issue with JDBC & Universe. I just decided to leave the query on a single line.
    kwoes Guest

  4. #3

    Default Re: multiple lines JDBC queries to IBM UniVerse failing?

    OK, here is what I have seen in the past with carriage return/line feeds
    between CF and Universe. My initial guess, would be the the crlf is forcing UV
    to interpret the query with a field mark(chr(253)),and throwing your for a
    loop. I have seen odd behavior in the past with textarea HTML tags and records
    getting all jacked up because the crlf was interpreted by UV as a field mark,
    and moving data down instead of storing in the the proper field in the file.

    Borg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139