Ask a Question related to Coldfusion Database Access, Design and Development.
-
cardinalweb #1
Re: No More data available to read "error"
we ran into this same situation and it actually had to do with the way our
query was written. I had a cfloop running around an insert statement, inserting
multiple records into a detail table. Since there was the possibility of many
many records being inserted I removed as many line breaks and extra spaces from
the loop as possible so as not to overrun the maximum line limit of a query
being sent to SQL. Turns out I did not have space between the end of one
insert and the beginning of the next so it looked like this:
.....Values(1,1,33,34,0,1)INSERT INTO blah_tbl.....
This did not throw the error everytime I edited an object (in this case
records pertaining to suppliers for a job), but everytime I edited a particular
job it did. I simply added a space between the end of one statement and the
beginning of the next and it fixed the problem. Seems like this error message
can be generated by a number of different problems that can occur, not just
connection limits.
cardinalweb Guest
-
CF7 (Linux) & SQL2k "No more data available to read"
Suse 9.2 & CFMX7 (+hf2 & new drivers) cannot connect to: Win2k SP4 & SQLENT2k SP4 The reason is always "No more data available to read" - my SQL... -
error message of 0x4e9468dd referenced memory at 0xffffffff8. the memory could not be "read"
I cannot print my document and get this error message. -
How to get out of this error message "Database or object is read-only"
After I moved my ASP pages and an Access database from PWS in NT 4.0 to IIS 5.0 in XP Pro, I can't edit data in the database through the ASP web... -
convert visual basic "string" data type to DB2 "blob"
Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to... -
QT embedded in web - video plays fine first time, then "data requested..., did not download successfully" error
Hi everyone, I have a web page that has multiple quicktime videos embedded. When you play a video, stop it, and play it again OR you play a video...



Reply With Quote

