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

  • Users: JDOne
  • Content: Threads
  • Order by date
  1. JDOne

    Java & the Euro Symbol

    Hello, We have a time and expense applet which features a comment window for users to place comments for their expenses. When a user puts the Euro symbol into the comment window and then attempts to save his/her information, the following application error message results...
  2. JDOne

    Sending Email/Attachments Via VB/Access

    Greetings, I need to send a file as an email attachment. How would I go about this in VB? Thanks. J
  3. JDOne

    Determine If User Has Sun's Plugin

    Hi, How would I write a routine in ASP which would determine if a user has Sun's plugin installed on their system and if so, to link it to its residence for downloading? Thanks. J
  4. JDOne

    Creating an Email Function In ASP

    Greetings, I'm fairly new to asp programming and would like a little help regarding sending email in asp. I have the following code: <% Set oMailMessage = Server.CreateObject(&quot;CDONTS.NewMail&quot;) 'Settings for NewMail object and send' oMailMessage.from =...
  5. JDOne

    JDBC Database Connectivity Error

    Greetings, I wrote a small Java program to connect to an existing datasource using the jdbc-odbc bridge. The compile is successful. However, when launching the class file, I get the following error message: ORA-12154:TNS:could not resolve service name Here's a snippet of my code describing...
  6. JDOne

    IOException:bad path

    I wrote functionality which downloads certain files containing an applet based upon whether the certain workstation contains the path D:/Documents and Settings/username/Application Data (like Win 2K environment) or if a workstation does not have the D drive path specs (like Win95, etc) and has a...
  7. JDOne

    Export Access Database To Excel File

    Is there a way in Java to export Access DB content (or any other DB) into an Excel file? Thanks.
  8. JDOne

    CORBA &quot;INITIALIZE:ClassNotFound:&quot; ClassPath Problem?

    I had originally placed this issue in the CORBA forum and was told that since it seems to be a classpath problem, it should be in the Java forum. This is the issue: I have just finished converting an in-house admin client tool from Visibroker, 3.4 to Visibroker 4.5. The compile was clean and...
  9. JDOne

    CORBA &quot;INITIALIZE:ClassNotFound:&quot; Problem

    I have just finished converting an in-house admin client tool from Visibroker, 3.4 to Visibroker 4.5. The compile was clean and successful but when I try to start the client and bind it to the server, I get the following error message: org.omg.CORBA.INITIALIZE: java.lang.ClassNotFoundException...

Part and Inventory Search

Back
Top