Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem Returning a Value in ASP

Status
Not open for further replies.

jknaggs

Programmer
Jan 18, 2002
1
0
0
GB
I'm not even an Oracle novice so apologies if some of this is a bit vague.

We have the following query in an ASP page to return values from an Oracle DB:

SELECT &quot;&quot;Case-ID+&quot;&quot; as Case-ID, Create-Time, Description, Eng-1-Despatched, Eng-1-Name, FROM HPD:HelpDesk WHERE Create-Time > {ts '2003-01-29 00:00:00'} AND Create-Time < {ts '2003-01-29 23:59:59'} ORDER BY Create-Time DESC&quot;

All of the values are returned fine and displayed on screen apart from Description. We know this value works as this field is displayed with exactly the same query through an ODBC Client.

Is there any answer for why this is happening? From what i've been told the Description field is set-up as a LONGVARCHAR.

Any help appreciated!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top