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

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

    Using fsockopen to retrive compressed HTML page

    Hi, I am using fsockopen to retrieve an HTML page that has been compressed, but when I try and decompress the string I get the following error : Warning: gzuncompress() [function.gzuncompress]: data error I found a bug report on the PHP pages at sourceforge that said it was something to do...
  2. philclare

    Load file from mapped network drive

    Hi, I am trying to load an XML file from a mapped network drive (w in this instance) but the MSXML component is reporting that the "system cannot locate the specified file". Any ideas? Thanks Phil Clare Hope this helps, Phil Clare http://www.trinipoint.co.uk
  3. philclare

    Calculating the minimum value in a set of columns

    Hi, Is there any way to select the minimum value in a set of columns in a single row. eg. I have a table with 6 numeric fields, some of which may be null, and I want to find the lowest number in these fields for each row... I can find the first number by using COALESCE but not the lowest Any...
  4. philclare

    Reading a file sequentially

    Hi, I have a file consisting of a number of lines of text, I want to read the file in order and execute some code based on the content of each line. My problem is that I only want to access each line once and because of the size of the file, my script times out, so only gets so far down the...
  5. philclare

    Getting Count of all rows when using LIMIT

    Is there anyway that I can get the number of rows that a query would have returned if I hadn't used the LIMIT clause? I have a database with 6000 records and when I execute a query I want to page the results, but also need to know how many results there are altogether so that I can work out how...
  6. philclare

    SQL UPDATE command

    I have a table in my mySQL database consisting of a number of fields including two date fields. In a page I perform an update changing the value of one field, however the update also changes the value of the first date field to NOW() (i.e. today's date). It doesn't however update the second...
  7. philclare

    Threading in ASP.NET

    Hi, I'm trying to get some COM Components to run on multiple threads in an ASP.NET web page. I have tried using ASYNC delegates and spawning new threads etc. but everything still seems to run synchronously. I've tried about a billion different things now, according to all my threads they are...
  8. philclare

    Calling COM Components Asynchronously

    Hi, I am trying to call multiple COM components asynchronously from an ASP.NET web page. However it doesn't seem to be working... I have used delegates and the threading classes however here is what happens... Although the COM Components are running asynchronously to the page the don't run...

Part and Inventory Search

Back
Top