Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Comparing file names


Message #1 by "Joseph Janick" <joseph_janick@u...> on Fri, 14 Feb 2003 20:43:40
I know how to bring up the contents of a folder and, I know how to fill a 
listbox by using a SQL statement.  I don't know how to combine the two.

Here's the challenge.  I'm trying to read file names from a listbox (which 
were filled after reading from a SQL field) and compare each one of them 
with entries from a file folder using the GetFiles object.  The objective 
is to fill the listbox w/ file names that exist only in the folder and 
weed out the names that match in the SQL table.  Ideas, anyone?

  Return to Index