Forum: Java Oct 10th, 2007 |
| Replies: 3 Views: 496 if ISBN is not appropriate as a primary key? then what should be.
is ISBN only applicable to books. What about other products like laptops?
I have seen a database with strange 16 to 32 digit number... |
Forum: Java Oct 10th, 2007 |
| Replies: 3 Views: 496 I have a query about ISBN. Some books have one ISBN, SOME have two. Is it appropriate to use ISBN AS a primary key for a book table ( as I have seen it in one book).
What is ISBN basically. What can... |
Forum: Java Oct 10th, 2007 |
| Replies: 3 Views: 1,182 I also have a query about ISBN. Some books have one ISBN, SOME have two. Is it appropriate to use ISBN AS a primary key for a book table ( as I have seen it in one book).
What is ISBN. What can be... |
Forum: JSP Oct 10th, 2007 |
| Replies: 1 Views: 956 Hi All,
I am doing a project which is struts based. I have included following files in build path of eclipse.
servlet-api.jar
jasper-runtime.jar
jsp-api.jar
struts.jar
antlr.jar... |
Forum: JSP Sep 26th, 2007 |
| Replies: 2 Views: 3,565 Hi,
I am developing online examination in servlets/jsp.
the problem with I stucked with is how to show user a timer.
the jsp page which showing current question to user should show time remaining... |