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 wOOdy-Soft 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 cvuodi

  1. cvuodi

    ASP/SQL boolean search

    I'm trying to do AND/OR/NOT/NEAR searches on a MSSQL7 DB using full-text indexing. Has anyone got a function or script to parse the query text, build up the SQL "WHERE" clause and return the original query text with the boolean operands inserted?
  2. cvuodi

    Launching multiple threads in VFP 6

    I trying to pull pages from the web. I want to get the page and analyse the contents then go on to pull another page and so on.
  3. cvuodi

    Launching multiple threads in VFP 6

    I'm using a mabry control (http/x) to retrieve web pages for processing. I would like to know how to launch multiple threads in VFP 6. What I don't want to do is launch multiple instances of the exe. I can then control the number of threads as a user definded option.
  4. cvuodi

    Accessing SQL Server 7 over internet

    I will be using SQL Server 7 on my web site (the site is written in ASP) and want to be able to connect to it remotely using Visual Foxpro 6 via ODBC to perform a SELECT query of row additions/amendments in 3 tables (using a timestamp column). I have a cable modem connection to the internet...

Part and Inventory Search

Back
Top