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...
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...
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...
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...
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...
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.
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...
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.