Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jonathanfrascella

    Problem with OLEDB connection string with password in ASP

    Apologies if this should be in an ASP forum, I wasn't sure so I tossed a coin and "Access Other.." won. I've got an Access DB which I'm trying to connect to via an ASP page. The DB has a password, but no username and opens fine locally - it prompts me for a password, then opens the...
  2. jonathanfrascella

    Problems running Stored Queries from ASP

    I've got a standalone Access DB (with Forms, code, etc) that I need to create an ASP frontend for. The problem is that the existing Tables, Fields and Queries don't have very forgiving names, with spaces used throughout. I've also encountered problems with SQL that doesn't seem to be standard...
  3. jonathanfrascella

    Sorting a 2-Dimensional Array

    I've been following an example for sorting a two dimensional array using QuickSort (from the 4Guys website) but the sorted result is coming through as Rows,Columns where I need to sort by Column,Rows. The example can be found at http://www.4guysfromrolla.com/webtech/012799-3.shtml and I...
  4. jonathanfrascella

    Searching filenames with FileSystemObject

    I need to be able to search through x number of folders and sub-folders, searching for a particular string within a filename (not interested in the content of the file at all) and I wondered if anyone's got any examples they can point my way? The project uses descriptive filenames with product...

Part and Inventory Search

Back
Top