Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~999 People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for saasbs

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: 1. In the hotel table,in the type of room table,as soon as the user …

Member Avatar for yafa
0
322
Member Avatar for suigion

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 name and password would b "sa".If u r working on a standalone machine(u r personal PC),then u …

Member Avatar for alimirmd
0
163
Member Avatar for alimirmd

Hi, My program is something like this: [code] java.util.Vector v1991=new java.util.Vector(30); int f1=1; int f2=10; v1991=mb1.Sel(f1,f2); [/code] // Here,mb1 is the bean and sel is the function where I select the // records between employee number f1 and f2 [code] if(request.getParameter("submitxyz")!=null) { f1=f1+10; f2=f2+10; v1991=mb1.Sel(f1,f2); } [/code] // submit xyz …

Member Avatar for jwenting
0
120
Member Avatar for alimirmd

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 that condition is true,I want the compilet to goto if() statement and …

Member Avatar for ~s.o.s~
0
254
Member Avatar for hegRT

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 function and the variable should match. Suppose if u return some string String function wxyz() { String msg="hello"; return msg; …

Member Avatar for alimirmd
0
140

The End.