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 gkittelson 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

    Oh, sorry, I didn't realize you could do that. sysdate isn't in the index of the book I'm using? What book would you recommend for PL/SQL?
  3. 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?
  4. TheStandard

    PL/SQL compiler

    Thanks for the help. I got it to work. I have one more question, though... Why did you type... set serveroutput on format wrap ...instead of... set serveroutput on ...?
  5. TheStandard

    PL/SQL compiler

    Well, I just upgraded to Windows XP Professional Edition. So I guess now I should restate my previous question: For Oracle's Personal Edition, should I install Oracle 9i Datbase, Management and Integration, or Client?
  6. TheStandard

    PL/SQL compiler

    Are you saying it's useless to try to learn PL/SQL with Windows XP Home Edition?
  7. TheStandard

    PL/SQL compiler

    For Oracle's Personal Edition, should I install Oracle 9i Datbase, Management and Integration, or Client? How well is this guaranteed to work on the Home Edition of XP as opposed to the Professional Edition?
  8. 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.
  9. 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...
  10. TheStandard

    SQL compiler

    Thank you all for your input. I didn't even know such a version of Oracle existed. sem is right about that overkill part, though. I just wanted to use SQL Plus but got so many other things in addition. I wasn't expecting to enter to enter a user name, password, and host name for the personal...
  11. TheStandard

    SQL compiler

    Aren't the alternatives you mentioned for open source operating systems only? I'm using Windows XP. I just need something to practice PL/SQL code.
  12. TheStandard

    SQL compiler

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

Part and Inventory Search

Back
Top