How to exclude fields from the GetString() method?
From: Chris H (chorton7777_at_hotmail.com)
Date: 08/03/04
- Next message: Randy Danielson: "Inherit from DataRow and override ToString"
- Previous message: Frank S: "SQL 7 Ent Man on Win 2003 errors"
- Next in thread: Val Mazur: "Re: How to exclude fields from the GetString() method?"
- Reply: Val Mazur: "Re: How to exclude fields from the GetString() method?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 19:59:18 -0400
Hello All,
I have like 20 fields in a recordset and I want to use the GetString()
method to get a large string to compare against another recordset.
The problem is I want to be able to exclude certain fields from being
extracted. The fields I want to exclude *must* be in the recordset but I
don't want to see them when I do the GetString() method. Is there any way I
can hide those fields?
What type of fields are *not* exported when I use GetString()?
The GetRows() method allows me to specify the columns I do want but I only
need a basic string for the row, not an array.
Thanks in advance guys.
Chris H
- Next message: Randy Danielson: "Inherit from DataRow and override ToString"
- Previous message: Frank S: "SQL 7 Ent Man on Win 2003 errors"
- Next in thread: Val Mazur: "Re: How to exclude fields from the GetString() method?"
- Reply: Val Mazur: "Re: How to exclude fields from the GetString() method?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|