Forum: Database Design Jan 30th, 2007 |
| Replies: 6 Views: 2,664 The complication is not always worth it. As per my experience, normalization does not always mean better performance. It is sometimes better to introduce redundancy to improve performance. But that's... |
Forum: Oracle Jan 29th, 2007 |
| Replies: 2 Views: 7,958 This doesn't appear to be a task that can be performed with a single SQL if that was what you were looking for. Even if it is possible (because I'm not very good at SQL myself), the query itself is... |
Forum: Database Design Jan 29th, 2007 |
| Replies: 6 Views: 2,664 Yeah, it's not in 3NF. I thought it was obvious with the example on the Wikipedia link. It's similar to your own example.
cities (cityID, cityName)
districts (districtID, cityID, districtName)... |
Forum: Database Design Jan 28th, 2007 |
| Replies: 6 Views: 2,664 The first approach is the logical thing for a database design. Having a lot of data is not a consideration while designing a database. The essence of a database design is to model generic entities... |
Forum: JavaScript / DHTML / AJAX Jan 26th, 2007 |
| Replies: 2 Views: 7,680 Could you please wrap your code with [code] tags the next time you post it? |
Forum: JSP Jun 30th, 2006 |
| Replies: 21 Views: 19,220 |
Forum: Windows NT / 2000 / XP May 18th, 2006 |
| Replies: 7 Views: 12,175 @AWDracer: I believe you quoted the wrong post. ;) |
Forum: Windows NT / 2000 / XP May 17th, 2006 |
| Replies: 7 Views: 12,175 You should visit the Microsoft's website and check for the system requirements. If you are close to the minimum system requirements specified there, it's time to upgrade the system or consider a... |
Forum: JSP May 17th, 2006 |
| Replies: 4 Views: 7,828 You need to have an Ant task which would compile, build and deploy your web application to Tomcat. JCreator internally makes use of an Ant build file, which is a simple XML. You could edit it to add... |