>
> Given that you are showing "Left(image,4) as ImageType" is it possible that mycsv is a cursor you created? If so, ensure that you added READWRITE at the end of your query otherwise the cursor will be readonly.
Thanks to all who replied - I changed the cursor to table and the problem is solved - once the csv output is done I USE that table
Regards
-Bryan