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 derfloh 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 mkistler

  1. mkistler

    Done: But with error on the page.

    I also get the error, on this page and on all the links I tried. I am not familiar enough with ASP to know how it processes a page, but when I fought with a similar problem, I had to comment out parts of the page until I narrowed it down to a particular segment. Is your page missing anything? Do...
  2. mkistler

    Recordset \ SQL help

    I'm not sure, but I suspect that the problem is that there are double-quotes meaning different things in the statement and the syntax checker is getting confused. Try using the replace functions on local variables before setting up the select statement. Then use the new variables to build the...
  3. mkistler

    Done: But with error on the page.

    Is the page code you displayed from your original source file or is it from the "view source" of the running page? If it is from the original source, you should check the running source since asp may modify the code when running.
  4. mkistler

    Problem accessing COM object in CF

    I am pretty new to Coldfusion. I am hoping to re-use code created in PowerBuilder. I have a com object (aplite.dll) that has been registered on the CF Server. OLEView shows the following methods: ___________________________________________ [ uuid(05537171-1B48-4795-B61D-1E7E53BA818F)...
  5. mkistler

    Mapping to a drive and having CF still work...How?

    When I got this error, it turned out to be a typo in my url. Make sure every character is correct.
  6. mkistler

    Trouble accessing COM object

    Thanks Unfortunately, the function I am testing with returns a simple string. All of the functions in the object return a single value, either a string or a double, or void. MK
  7. mkistler

    DISTINCT Keyword Not Working In SQL

    Make sure you are viewing all of the selected columns and check your results again carefully. If DISTINCT is not weeding out duplicates, then at least one column must have differing values between the otherwise identical records. Sometimes the difference is a space at the end of the data. You...
  8. mkistler

    Trouble accessing COM object

    I am pretty new to Coldfusion. I am hoping to re-use code created in PowerBuilder. I have a com object (aplite.dll) that has been registered on the CF Server. OLEView shows the following methods: ___________________________________________ [ uuid(05537171-1B48-4795-B61D-1E7E53BA818F)...

Part and Inventory Search

Back
Top