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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ilovetorun

  1. ilovetorun

    CFCONTENT (Excel) and data formatting problem

    Hey all, I'm using CFCONTENT to return an Excel spreadsheet to the user. However, some of the data which becomes the Excel file is either 1) Numeric, or 2) Date-masked. The problem is, that Excel is too smart for its own good, and displays the data in ways which are different than what the...
  2. ilovetorun

    'Contains' in SQL?

    Thanks! I'll try that directly!
  3. ilovetorun

    Using variables in queries

    Thanks a lot for your help! I'll try that directly! Kyle
  4. ilovetorun

    Using variables in queries

    Many times I use WHERE clauses in queries which are quite long and complex. Sometimes it becomes necessary to use the same lengthy WHERE clause in my main query and several subqueries, and I've found that in certain circumstances, I can use a variable (set up using CFSET) to represent my WHERE...
  5. ilovetorun

    'Contains' in SQL?

    I know that 'Like' in SQL can be used like 'Contains' in CFML if wildcards are attached to the keyword/text-string you're looking for. But I've recently found that 'Like' can't be used with 'ANY'. Is there a way to to a CFML-like 'Contains' in SQL?

Part and Inventory Search

Back
Top