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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Union query is truncating fields

Status
Not open for further replies.

mellenburg11

Programmer
Aug 30, 2004
9
US
I'm doing a union query on an ASP page. The returned record set for the query is truncating a field that was defined as a memo field for the two tables being read. As best as I can tell, the fields being truncated are defined the exact way in both tables, and when reading either of the tables individually, truncations doesn't occur. Has anyone else had this problem or know of a possible solution?
 
I did a little research and found that the problem is caused by using group bys, sorts, etc... I have a where clause and an order by in the sql statement, but they are necessary.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top