May 30, 2003 #1 remco5897 Technical User Joined Oct 27, 2001 Messages 48 Location NL Hi guys, I am working with ASP (classic) and I need to be able to count the number of columns in a ado recordset. Any ideas? Remco
Hi guys, I am working with ASP (classic) and I need to be able to count the number of columns in a ado recordset. Any ideas? Remco
May 30, 2003 #2 SIG357 Programmer Joined Jun 29, 2000 Messages 164 Location US intCount = rsMyRecordset.Fields.Count Upvote 0 Downvote
May 30, 2003 Thread starter #3 remco5897 Technical User Joined Oct 27, 2001 Messages 48 Location NL Well that was simple!!!!! Thanks a lot SIG Upvote 0 Downvote