I have a stored procedure that does not return the data in a field with a data type of "text". There is only one field of type "text" in my Stored Proc. (I did upgrade mdac to the latest (2.8) version to no avail.) I've looked around and found that moving the text type field to the last column in the query can help. It did help for a little while then broke again. I can access this field using a sql statement in my asp code but would prefer to use a stored proc. Also, I have tried adjusting my connection paramaters several times to no success. I could go with the access methods for accessing blobs but don't wish to unless absolutely necessary (seems like too much work).
Thanks in advance for any ideas.
-Stephen
Thanks in advance for any ideas.
-Stephen