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 SkipVought 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. doopie

    Hi, I need some help in executing

    What software and versions do you have installed on the machine. JDK JDBC Client Libraries What account are you accessing DB through Raymond
  2. doopie

    How stop or restart apache with Oracle8i and Windows NT?

    Path to Apache Executable\Apache.exe -w -n Apache -k stop Path to Apache Executable\Apache.exe -w -n Apache -k restart Path to Apache Executable\Apache.exe -w -n Apache -k start Apache is a command line program and requires arguments. Depending on what version you are using the tools...
  3. doopie

    Any 1 can help me set the Xbootclasspath on JDev 3.2

    What is the XBootClasspath used for?
  4. doopie

    oracle8i NT jdbc connection jdk1.3

    Looking at your code quickly it seems okay with the exception of your URL. I normally see the port number and the connection information to the db but only saw a String which was the name of your DSN connection I would assume. JDBC and ODBC are two different types of drivers and require...
  5. doopie

    Project directory setup in JDeveloper

    I generally use one directory for all of my source that coincides with development and repository needs and then have an additional directory for my deployment. I haven't used JAR files for deployment into Tomcat would appreciate your experience on that if possible. It would make it cleaner I...
  6. doopie

    Pop Up Calendar from Jdeveloper

    IF you are doing this via HTML Netscape has a javascript calendar that you can use check the developer site on Netscape for it. It is basic but can be basic. If you are using Swing just create a listener that will popup a new window that depicts a calendar when the user has gained focus on that...

Part and Inventory Search

Back
Top