472,126 Members | 1,544 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

getchunk problems using mysql 5.0

xkp
Hi all,
i just had to install the 5.0 version of mysql.
previously i used an old 3."something" (my server crashed so i dont
remember the precise version).
I used to access mysql database using asp scripts.
Now i have found problems when i do the following:

for each x in rs.fields
if(x.name <>"stringdata") then
response.write(x.value)
else
response.write(x.getChunk(1000)
endif
the problem occurs when i try to access x.getChunk(1000).
the error i have is
operation is not allowed in this context.

Nothing changed in my scripts just i am using mysql 5.0.
Any advice on how can i solve the problem?
Regards.
f.

Sep 4 '06 #1
0 2419

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

6 posts views Thread by Andres Rosado-Sepulveda | last post: by
6 posts views Thread by carverk | last post: by
3 posts views Thread by Kirk Soodhalter | last post: by
3 posts views Thread by zeedan | last post: by
reply views Thread by David Emme | last post: by
4 posts views Thread by CodeImp | last post: by
5 posts views Thread by Frances | last post: by
2 posts views Thread by =?Utf-8?B?QUEyZTcyRQ==?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.