Ask a Question related to Coldfusion Database Access, Design and Development.
-
Anj01 #1
ByteArray object to string
Hi,
I am trying to connect to an AS400 database. The query runs fine and returns
values . But when I try and display some of the values ,I get an error
ByteArray objects cannot be converted to string.
The table the data is retrieved from is actually contructed from another table
in AS400 with some formattign to the fields like substring.
When I try and display these fields in coldfusion pages I get the error.
Any idea how I can change it to string
Thanks
Anj01 Guest
-
Put String into a ByteArray
Hi: I have a String variable with the result of an SQL 2005 varbinary field. Can anybody tell me how to put this information into a ByteArray... -
ByteArray Object Problem
Hi, I have a binary field that contains SessionId. Iam retriving the sessionid from the database and trying to pass that value in the... -
How to convert ByteArray to String?
We are using SQL Server, one of the columns is ByteArray datatype, when I tried to output it with the <cfoutput> tag, I got ' ByteArray objects... -
Issue with AS/400 DB2 query | ByteArray object error
We are running MX6.1 and just came across an error from data retrieved from our AS/400 (iSeries). We are receiving the 'ByteArray objects cannot be... -
Cannot create an object of type 'System.String[]' from its representation 'String[] Array'
Hello, I am designing a .net custom control in VS.net 7.1 and my control exposes an array of strings which are supposed to be the items to show. To...



Reply With Quote

