Ask a Question related to Coldfusion Database Access, Design and Development.
-
Dan Graef #1
no more data to read
We finally discovered why we were intermittently receiving a "No more data
available to read" error.
1) Some of our datasources were setup with a timeout value of 0 and an
interval value of 0. After an hour of inactivity if the datasource was used
again we would see the error. We changed these settings to timeout=58 and
interval=1.
2) If we ever stop and start Oracle then we need to stop and start Cold
Fusion to kill all the open datasource connections. Otherwise we will get the
"no more data to read" error for each datasource connection that we had open at
the time of stopping and starting Oracle.
We are using Cold Fusion MX 7, JDBC drivers 3.5 and Oracle 9i.
Dan Graef Guest
-
CF7 - no more data available to read
I'm having problems getting a datasource to verify in CF 7.0.1 through the adminintrator. We have installed the lastest drivers and updates. I... -
best (fastest) way to read data
I have to read several Mb of data out of a database. There are several ways to do this, but with is the fastest? 1. To load a XML file from the... -
No more data available to read
Error Executing Database Query. No more data available to read. We get the above error "randomly" -- I cannot replicate, but it occurs often... -
How to write and read data to and from .flv
Can anyone explain the concept of how to write and read data (plain text messages, or entire objects) from and to a .flv file? The application... -
'read data'
does php have the equivalent of a 'read... data' type statement? So, read $a .. .. .. data 5, 6, 7, -1 would assign to $a the value '5'...



Reply With Quote

