User Profile

Collapse

Profile Sidebar

Collapse
becks
becks
Last Activity: Jan 27 '15, 12:03 PM
Joined: Dec 7 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi Luuk,

    Thanks so much.

    The code has work perfectly.

    Good Job done.
    See more | Go to post

    Leave a comment:


  • becks
    started a topic Move some part of data from one column to another

    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?...
    See more | Go to post

  • becks
    started a topic incomparable types: char and String
    in Java

    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");
    ...
    See more | Go to post
    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
Working...