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 dencom 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: *

  • Users: dekesc
  • Content: Threads
  • Order by date
  1. dekesc

    Complex filtering of an ADO Recordset

    I am not able to do the involved filtering of an ado recordset, as described below. I have tried several approaches but no success. Here's the scenario... 1. Using vbscript and asp 2. Databse = MS SQL (2008) 2. Table (care_Need_Entries) contains multiple rows of (varchar) columns...
  2. dekesc

    populate a form from ado sql recordset in php

    I have an asp file which uses vbscript to connect, open and use an ADO sqlserver recordset to populate HTML form elements within the asp file. The db has (the column of interest here) entry_Status as a varchar. The asp file does successfully populate the form element with the following code of...
  3. dekesc

    setting multiple "To" recipients using CDO.Message

    I am trying to send an email dynamically to multiple recipients with the recipients defined within a variable. The code below works if I set selectedEmailList = "myemail@mindspring.com" (a single email address within quotes) but doesn't work if I set selectedEmailList =...
  4. dekesc

    Sending variable arugment to 2nd asp page.

    I want to pass a variable from one asp to another which then checks the value of the passed variable. The variable is a radio button which when clicked sets the value as 1, 2, 3 or 4. Here is the line that does the send: CareEntriesView.asp?View=all&entryType=&listingfunctions...
  5. dekesc

    porblem with quotes in building an ADO SELECT with multiple AND's

    In an asp file I am opening an ADO recordset and want to search for a unique record in the set that matches name, date and time in the database against the entries by a user. All three db fields are defined in the db as varchars. A form is used to enter the three values at the client side and...

Part and Inventory Search

Back
Top