Forum: MySQL Mar 21st, 2008 |
| Replies: 2 Views: 383 Error if I use comma or any other symbol 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... |
Forum: Oracle Sep 23rd, 2007 |
| Replies: 3 Views: 1,821 Re: database projects Hello Aamir,
If you are looking for ready made project then I dont think you are looking at the right place. If you are seeking help regarding how to make them I am quite sure many of us would be... |
Forum: Oracle Sep 19th, 2007 |
| Replies: 15 Views: 12,438 Re: DBMS project There are several projects you guys can take up. They can be database management systems for any of the real life scenarios.
1. Library Management System.
2. Hospital Management System.
3. Store... |
Forum: C++ Jul 5th, 2007 |
| Replies: 6 Views: 812 |
Forum: C++ Jul 5th, 2007 |
| Replies: 6 Views: 812 Re: Bug in the function Thank you very much. Appreciated.
I think the function will reach to zero time on sunday. That is what it does. It does not change
But can you please suggest how can I make this function more... |
Forum: C++ Jul 4th, 2007 |
| Replies: 6 Views: 812 Re: Bug in the function I have not written the function. I was asked this question by a friend which he had got in an interview. These days I am trying to solve as many questions as possible as I learn more from it. If the... |
Forum: C++ Jul 4th, 2007 |
| Replies: 6 Views: 812 Bug in the function 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... |
Forum: C++ Mar 24th, 2007 |
| Replies: 10 Views: 1,076 Re: catching errors I am sorry but when you say that cin has limited capability of reading the numbers what exactly do you mean. And why does it go to the infinite loop. I would be much obliged if you can reply to this... |
Forum: MySQL Jan 10th, 2007 |
| Replies: 6 Views: 2,359 Re: MySQL INSERT not working. Why? Hi ,
I think if you do not mention the field that is auto_increment while inserting the data it should do. Because auto_increment will start generating value from 0 by default and hence it cannot... |
Forum: C++ Sep 1st, 2006 |
| Replies: 10 Views: 1,209 Re: Help with arrays Hi, I am a newbie so am not really sure but I have a suggestion.
1. Return an array from get getHoursFromUser()
2. Take a new array, say new_array and initialize it using the returned value from... |