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

  1. JohnyHooker

    HOWTO: Run some script every 5 minutes

    I'm pretty new to ASP and I'm solving following problem: (please don't laugh if it's stupid or so simple) Every code I write into <% %> tags in some .asp file is run ONLY when some user (client) &quot;wants&quot; the page. I need to write some code that is run every 5 minutes, for example, and...
  2. JohnyHooker

    More Count(*) in one query

    I need to SELECT about five Count(*)s in one query - something like SELECT Count(*) FROM table1, Count(*) FROM table2; etc. Anybody knows how to do this ?? Thanks much, Hooker
  3. JohnyHooker

    How to use custom functions in SELECT query (ms access) ??

    I'm using MS Access database and I need to use my own functions in SELECT query, like this: SELECT SomeTable.Name AS Name, MyFunction(SomeTable.Value) AS Result FROM SomeTable; In access, I created some module and into that module I wrote the function like this: (in VB) Sub MyFunction(value...

Part and Inventory Search

Back
Top