Hi Luuk,
Thanks so much.
The code has work perfectly.
Good Job done.
User Profile
Collapse
-
Move some part of data from one column to another
I have a column (StudentName) in my database table which has the students full name (both Surname and FirstName). But it is arranged such that the surname comes first.
Now, my problem is I want to move only the surname to a different column called 'Surname'.
How do I do it such that it will start selecting from the first character and stops once it meets the space, and then use it to update the 'Surname' column?... -
incomparable types: char and String
Hello,
please I have a java code that reads from file. I want to use while loop to pick each character at a time into an array for further computation but I get this message 'incomparable types: char and String'. what does it mean?
...Code:[ for (int i = 0; i < bFile.length; i++) { System.out.print((char)bFile[i]); } System.out.println("Done");Last edited by Rabbit; Dec 8 '14, 04:27 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: