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
Ranked #3K

13 Posted Topics

Member Avatar for funtoosh

I could run Alex's code in netbeans(shows desired image) but not in eclipse(does not show the image).Any idea why? @Alex Thanks alot.

Member Avatar for shanker31
0
1K
Member Avatar for shanker31
Member Avatar for realnabster
0
133
Member Avatar for kcp

U'll need to change it... Your certain structures are wrong.. Here is what I think should work... Its your code, I just corrected it.. #include <string.h> #include <iostream.h> #include <stdlib.h> char x[20]; // declares a string variable called 'x' with capacity of 19 letters char y[20]; // declares a string …

Member Avatar for WaltP
0
385
Member Avatar for shanker31

Hello every1, I had some files that i wanted to copy from one place to another, but it dint get copied. throwing the following error in teracopy (attached)

Member Avatar for weeraa
0
109
Member Avatar for shanker31

Hello every1, i need some help.. I have a table member with atributes: no int primary key, name varchar(255) [CODE]create procedure insert_table3(in last int,in name varchar(255)) begin set autocommit=0; set @x=0; lock table member as m1 write; start transaction; repeat insert into member values(@x+1,name); set @x=@x+1; until @x > last …

0
65
Member Avatar for shanker31

Hello every1, I want to ENTER Sr.No. and Name in the table using procedures. My table has attributes 1. Sr.No. (which is my primary key(int datatype)) 2. Name (which is not null(string datatype)) I want to write a procedure in mysql to automate the process of entering data in the …

Member Avatar for smantscheff
0
178
Member Avatar for shanker31

HEllo i want to implement.. To check if the transaction is complete.. if the transaction in complete then commit the transaction ..if not the transaction is rollback.. my DB table is : member(no int primary key,name varchar(255) int)engine=innodb; My problem is if i press "crtl+C" the procedure is interupted so …

0
88
Member Avatar for namratag

Debug: When you test your software to check for error, and the result..(Test phase) Release:When you want to deploy your software..(The final product) Normal SDLC process

Member Avatar for Ancient Dragon
0
215
Member Avatar for McLaren
Member Avatar for harinath_2007

If it says no operating system found..then it must be the cd/dvd/iso.. that is corrupted..try to get a proper xp.. i too hv install xp(but sp3) on vmware wit win7 HE as base OS.. It gave me no problem while installing..

Member Avatar for caperjack
1
3K
Member Avatar for shanker31

Hello every1, I want to take two integer value from the user and display the result(sum) as output.. I am using the following JS code : [CODE]function message_comm() { var num1=prompt("Enter the 1st number"); var num2=prompt("Enter the 2nd number"); alert('The sum :'+num1+num2); }[/CODE] The output I am currently obtaining is …

Member Avatar for Taywin
0
183
Member Avatar for shanker31

Hello every1 My name as you know is displayed out.I am a CS student and we have mini-project assigned to every1 in my class. I have finished around 50% of my project.I need help.. My question: I want to take input from the web page,do the calculation in background (in …

Member Avatar for Ancient Dragon
0
155
Member Avatar for shanker31

The End.