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 TouchToneTommy 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. TheStandard

    Problem Connecting to a Database Using ASP

    When I try connecting to a database with a login program, I receive the following error: Error (424) in Microsoft VBScript runtime error Object required Here's the code I used: <%@LANGUAGE = VBScript %> <% Option Explicit Dim connection, rs On Error Resume Next Session(...
  2. TheStandard

    working with date variables

    Is it possible to initialize a variable of type date in a PL/SQL block to one week from today? Is it even possible to initialize a date variable to the current date without explicitly specifying the current date?
  3. TheStandard

    PL/SQL compiler

    What can I use to write a hello world program (or preferably something a little more advanced) with PL/SQL? Since I'm using Windows XP Home Edition, none of the software on Oracle's website works when I install it on my system.
  4. TheStandard

    Understanding Subnetting...

    How do I determine the default subnet mask for a network? How do I find the number of hosts or clients a network can support? And generally speaking, how do I subnet a network? If anyone knows of an excellent tutorial on the net explaining that, please let me know; I'd gladly appreciate it...
  5. TheStandard

    SQL compiler

    Is there a free alternative to Oracle 9i? It's too expensive.

Part and Inventory Search

Back
Top