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: SpriteInMe
  • Content: Threads
  • Order by date
  1. SpriteInMe

    SQL error Divide by Zero from ASP

    I use SQL 7.0 with my ASP and simply do a select statement. Here is a snippet of my code: cmd = "Select HolidayDate from HolidayMaster where HolidayDate = " & ShipDate & " and TerminalId = " & OrigTerminal rs.Open cmd,cn if rs.EOF then ok = true...

Part and Inventory Search

Back
Top