[thelist] ASP RecordSet weirdness

Ken Schaefer ken at adOpenStatic.com
Thu Apr 1 19:17:07 CST 2004


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Scott Dexter" <dexilalolai at yahoo.com>
Subject: RE: [thelist] ASP RecordSet weirdness


: > Str1 = Trim(rs("field1"))
: > Str3 = Trim(rs("field3"))   
: > Str2 = Trim(rs("field2"))
: > 
: 
: Are these the first calls to the recordset? With a forward-only
: read-only recordset, ADO is in "firehose" mode, which means the data
: may have been passed up when you the above.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This applies to records, not to columns within a record.

Cheers
Ken


More information about the thelist mailing list