Hey all, I have the following in a test case and what happens is that the "documentName" column is returned to me
"computed_column_2". It is not a cfdump problem because when I try, queryName.documentName CF returns "documentName" not
defined in query. Could someone verify that this is a bug and if so I will submit it as such.

Steps to recreate:

1. Create a simple table with documentID, and documentName columns. The documentID column should be an integer, primary key.
The documentName column should be a ntext field.

2. Run the following code in a test page.

<cfquery name="qry_GetDocuments" datasource="yourDSN">
SELECT documentID, convert(nvarchar, documentName)
FROM tbl_documentLibrary
</cfquery>
<cfdump var="#qry_GetDocuments#">

Thanks
Bryan


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to