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

    Left Inner Join with linking table on Oracle database

    I am trying to create a left inner join on a linking table to pull back each record in a PERSON table along with its one-and-only correlating "primary" phone number (indicated by a primary_indicator field on the TELEPHONE table). If the PERSON record does not have a "pimary" phone I want to...
  2. troyarch

    Alert Size Limit

    I am unable to display a Javascript alert that has about 3,000 characters in the text using Internet Explorer. I am, however, able to display the alert using FireFox. Does anyone know if there is a limit to the message size that can go into an alert using IE? I am unable to find information...
  3. troyarch

    Losing data using ExceptionMappingInterceptor

    I am developing with Struts 2 and I created a custom ExceptionMappingInterceptor class that is used to override the publishException method. In CustomExceptionMappingInterceptor I set an error message to an ActionError depending on which exception is caught. Then I return the user to the same...
  4. troyarch

    Custom Error Messages with Global Exception Mappings in Struts 2

    I am developing with Struts 2 and using global-exception-mappings in the struts config file to handle all HibernateOptimisticLockingFailureException exceptions that occur. I am also setting result="input" in order to render back to the same screen instead of a global error screen...
  5. troyarch

    Using Hibernate with GoDaddy

    I am creating a web application that I want to host on a GoDaddy shared server. The web application uses Hibernate to save data to a MySQL database on the GoDaddy host. I have not been able to successfully connect to the database yet. Does anyone have experience using Hibernate with GoDaddy...
  6. troyarch

    Connect to a GoDaddy database with JSP

    Is there some sample JSP code that can show me how to test a database connection to a MySQL database on a GoDaddy server. I know the GoDaddy hostname, database name, username, and password. GoDaddy Support only provides PHP sample code. Thanks.
  7. troyarch

    How to host a website on my PC

    I have a Java web application running on my PC using a Tomcat server. I also have a MySQL database that the application reads and writes to. I am wondering how I can allow people to access my site if it is running on my PC. I think it has something to do with my router IP address but not sure...
  8. troyarch

    Connecting to GoDaddy dB with Hibernate

    I have created a Java web application that uses Hibernate to pull data from a MySQL database that is on my PC. The app works correctly when I run it locally on a Tomcat server on my PC. When I upload the WAR file to the GoDaddy server and use the database on the GoDaddy server I cannot pull...
  9. troyarch

    Reading from a Menu

    I would like to have a kornshell script automatically read from a menu and enter a response at the command line. I already know the menu options and what my responses will be. I just need to automatically interact with the menu. Any help would be much appreciated. If there is an easier way...
  10. troyarch

    Converting a String to a Date

    I would like to convert the string in a String data type into a Date data type. The string would look like this: 11/28/05 11:11 AM I will have some data checking to make sure the string is always formatted like this. I have looked online to find a solution but have found nothing. Any help on...
  11. troyarch

    XSL transformation to HTML Question

    I need to take a list of userIds and translate them into a select list of userIds in an html select list. The end-user will need to be able to select the users in the table and click on a button next to the select list. My main problem is putting the buttons in the xsl because I do not...
  12. troyarch

    Deleting duplicate records in one file

    I am trying to delete all of the records in one file that have duplicate primary fields (i.e. SSN). The file will have about 300 records. Is there a standard way to "de-dupe" the files? Thanks. Troy

Part and Inventory Search

Back
Top