Forum: JSP May 26th, 2007 |
| Replies: 7 Views: 12,278 Hi,
Ya,,,anyone would prefer making their database as secure.But since the question was for the begginers,I have given the default username and password.Later on,u may change it accordingly. In a... |
Forum: JSP May 23rd, 2007 |
| Replies: 2 Views: 1,103 Hi,
I am sorry,as I didn't read u r complete code.Why don't u try this,instead of the lengthy code???
String str=beanid.function();
Remember,,,I have given String here,but the datatype of the... |
Forum: JSP May 23rd, 2007 |
| Replies: 7 Views: 12,278 Hi,
I had the same problem.the main problem is when u r using MS SQL Server,u will b connected to a server.Basically,in Oracle,username would b scott and password would b tiger.Here, the user... |
Forum: JSP May 23rd, 2007 |
| Replies: 1 Views: 1,263 Hi,
I think I have already posted this,but may be in some other forum. I need to post this in JSP forum.
Here,all I need is a replacement of goto statement.I want to check for a condition,and if... |
Forum: JSP May 23rd, 2007 |
| Replies: 8 Views: 1,747 Hi there,
Look,all u got to do is modify some information in the tables. Before coding it is important that u build a proper flow of data control and define the relationships.All u can do is:... |
Forum: JSP May 23rd, 2007 |
| Replies: 4 Views: 1,485 Hi,
Thank u very much for the reply.But I am new to JSP.I don't know how to use custom tag libraries and JSTL.Can u please help me out with that???I shall b very thankful to u.Even a small help... |
Forum: JSP May 22nd, 2007 |
| Replies: 4 Views: 1,485 Hi,
My program is something like this:
java.util.Vector v1991=new java.util.Vector(30);
int f1=1;
int f2=10;
v1991=mb1.Sel(f1,f2);
// Here,mb1 is the bean and sel is the function where I... |