Ask a Question related to Coldfusion Database Access, Design and Development.
-
peterivanick #1
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
-
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... -
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... -
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... -
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:... -
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... -
kwoes #2
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
-
Borg #3
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



Reply With Quote

