User Profile

Collapse

Profile Sidebar

Collapse
CodeMan007
CodeMan007
Last Activity: Apr 19 '07, 08:24 AM
Joined: Oct 19 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CodeMan007
    started a topic changing column type from Varchar2 to BLOB

    changing column type from Varchar2 to BLOB

    Hi...i have a table with a certain column of type Varchar2 ...i have to change the type of this column to BLOB...and also preserve the data in the table.. .

    Please help.
    See more | Go to post

  • CodeMan007
    replied to Removing blank spaces
    in Java
    Dont u think there is an error in the code that u proposed

    for(String i: s)
    the colon between String i and s
    at least its not working for me...nor do i know what that means..!!...
    See more | Go to post

    Leave a comment:


  • CodeMan007
    started a topic Allow special characters in Input text.
    in Java

    Allow special characters in Input text.

    Hi ,

    I have a small application built using the JSP/Bean model and using MS Access as database.
    I have a page where the user can enter the errors and exceptions that the user is facing and submit it.
    The problem is whenever the data that the user enters contains special character like apostrophe( ' ) it screws up the PreparedStateme nt line in the Bean where it conflicts with the ' "+string+ " ' in the query....
    See more | Go to post
No activity results to display
Show More
Working...