Re: recordset fragility

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: HenryW (anonymous_at_discussions.microsoft.com)
Date: 03/30/04


Date: Tue, 30 Mar 2004 13:31:12 -0800

They paste directory information from Unix machines.......
/usr/acct/retail/machineXXXX/usr/utilities/pos_utils/productional/ksh/tempwhatever_file_they_are_looking_at
just as an example...

I'm not using a <pre> tag, you try it if you don't believe.. remember no spaces of returns... and your table cell will stretch out for as far as the line is long. I thought we established that yesterday.

Also:
bigValueThatWillBreak = rs("column")
test_len=Len(bigValueThatWillBreak)

is what I am now doing... I just thought it really weird that a recordset set would get messed up like that... after all is it asking too much to do:
Len(rs("column"))

!!!!

Thanks for your input~~