Search:

Type: Posts; User: bilalonjavaforum

Search: Search took 0.10 seconds.

  1. Approximate/Fuzzy matching when we have a huge list

    I have a table in mySql database containing the complete information of a user. Now, I want to find the record of the user on the basis of user name entered by user. And I want to make my matching...
  2. Re: Eliminating Unicode Characters and Escape Characters from String

    I am reading this string from file. And after reading from file '\' is replaced by '\\' thats why it is not replacing it.
  3. Eliminating Unicode Characters and Escape Characters from String

    I want to remove All Unicode Characters and Escape Characters like (\n, \t) etc. In short I want just alphanumeric string.
    for example :

    \u2029My Actual String\u2029
    \nMy Actual String\n

    I...
  4. Re: Get change in Database Notification in Java Class

    hmmm ...
    I think we can get the same functionality by getting the last modification time of table.
    thnkx :)
  5. Get change in Database Notification in Java Class

    I want that Whenever there is any change in Specific table of database, I may be notified at run time so that I may be able to take action accordingly in my Java program. Kindly guide me if there is...
Results 1 to 5 of 5