No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
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.
How does Winrar work? What is the compression of winrar?
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 …
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)
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 …
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 …
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 …
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
try using Avast AV or avira AV
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..
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 …
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 …
The End.
shanker31