- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
Re: [quote=Arpita Asthana;243847]hello I m 3rd year enginnering student in computer science field. I have to make project in DBMS using connectictivty with VB. could you plz suggest me the topics and guide me with ur valuable ideas. thanx Arpita Asthana[/quote] There are several projects you guys can take up. They … | |
Re: [quote=mustafa_aamir;438887]hi frends i m in fifth semester of engg in info.tech and i need info abt projects of database particularly hospital and railway reservation management pls send me informatuion from where i can get these projects and front end of projecs shuld be in visual basics VB[/quote] Hello Aamir, If … | |
Dear All, I have a tar file which contains .Z files. File Structure is : x.tar -> [1.Z, 2.Z]. I need to read data from this zip files. So far I have reached a stage where I read entry from tar but am not able to unzip files within the … | |
Re: > start quote: if(mail.equals(usermail) && date1.equals(date) && title1.equals(title)) { System.out.println("record is matched"); returnFlag = true; break; } > the if statement is not executing even though all the strings are equals. As BestJewSinceJC, suggested you can try to print each of the values or you can add a logger to … | |
Hello All, I have declared one of my fields in the database as PropertyName varchar(100); Now the problem is that when I try to insert the text having an apostrophe using my html form it gives me an error. Can you please help me with the issue as I am … | |
Can somebody help me understand what does this function do? And also if there are any logical or syntactic errors in the function. I was told that there are 2 bugs in the code. I can only think of 1 which is below: 1. In the first while loop in … | |
Re: [quote=joeprogrammer;333653]>I don't understand why you need to convert the int to string to test the int and see if it's a string or not? Because using [inlinecode]cin[/inlinecode] to read in numbers is quite limited. If you have any doubts about it, look at the following program: [code=cplusplus] #include <iostream> using … | |
Re: [QUOTE=nathanpacker;297577]Hey, I'm doing a simple INSERT command, can you tell me what's wrong with it? I won't bother you with the php right now, cause I'm simply trying to get it work in the MySQL command line. Here is the exact command: [CODE] INSERT INTO Birthdays(ID, firstname, lastname, birthday, group) … | |
Re: [QUOTE=SHWOO;248339]I appreciate the help guys but I can't seem to figure it out. here is what I have changed. [code] // prototype double biWeeklySalary( double [], int ); // definition double MailCarrier::biWeeklySalary( double hours[], int size ) private: double hours[ 12 ]; [/code] bob.biWeeklySalary( hours, 12 ) returns an error … |
The End.