Answered
Error outputing records from Foxpro
I ran into this error "ByteArray Objects cannot be converted
to strings" when I tried to output values from one column in a
Visual Foxpro table. The cfquery ran ok. Here is my overall
situation.
Coldfusion server standard version 7.0.2
ODBC Datasource is Microsoft Visual Foxpro Driver version version 6.01.8629.01
Sql command is
SELECT COCDCL
FROM COE3002
WHERE CONOM = 'ELECTRICITY'
COCDCL is Visual Foxpro column of data type character of 12 (size)
It looks to me that if the character field size is 10 or less it will work. Is this a problem with Microsoft ODBC driver for Visual Foxpro? What can I do to get around this problem?
Coldfusion server standard version 7.0.2
ODBC Datasource is Microsoft Visual Foxpro Driver version version 6.01.8629.01
Sql command is
SELECT COCDCL
FROM COE3002
WHERE CONOM = 'ELECTRICITY'
COCDCL is Visual Foxpro column of data type character of 12 (size)
It looks to me that if the character field size is 10 or less it will work. Is this a problem with Microsoft ODBC driver for Visual Foxpro? What can I do to get around this problem?
