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 Chris Miller 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. nosferer

    Why does a DSNless connection prevent error trapping?

    Nope, still falls over and I get the error... Error Type: ADODB.Recordset (0x800A0BCD) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /website/Supplier_catalogue/CountryResult.asp, line 67 Arrrgh, the pain, I guess I'm going...
  2. nosferer

    Why does a DSNless connection prevent error trapping?

    Hi The following code executes quite fine with a DSN connection, but when I migrate it to a DSNless connection it falls over! I have NO idea why it is doing this, can ANYONE HELP? Dim Conn, dbPath, DB_USERNAME, DB_PASSWORD dbPath =...
  3. nosferer

    suspecting a database error

    Please Help me before I sever my wrists with my pocket protector. Please take a look at the following code, if you have the time...the problem I have is that it does not filter the results that are displayed....if there are any glaring errors that I have missed I will apologise most profusely...
  4. nosferer

    Use ASP to attach file dynamically

    Is it possible to dynamically attach a file or a numbr of files using CDONTS and ASP? The problem, the user needs to select a number of products\options from the database, and according to the selections the appropriate files should be attached to the e-mail. I have successfully made static...
  5. nosferer

    ASP securing folder

    Please help! The website I am administering uses a login with username/password referanced to an acces DB..the information in turn is stored in a session variable. The problem I have is, I have several folders that I need to restrict access to. Restriction works through the site navigation...

Part and Inventory Search

Back
Top