c lokesh

Greenhorn
+ Follow
since Jan 02, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by c lokesh

Hi All,
Can anyone tell me how to select polygonal,rectangle,circular,square area on an image using javascript

Thanks in advance.
Hi all,


I am trying to connect to PostgreSQL db from my java program,I am getting an exception as

org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
can anyone help me to resolve this issue.
Thanks in advance.
12 years ago
Hi All,

I tried inserting Vietnamese characters into MySQL database through my java program. It is getting inserted but certain characters are being inserted as junk. And while trying to retrieve, i'm getting the same junk values in place of some characters. Can anyone tel me what should be done? Is there a problem in MySQL or is there any DB that supports these characters?

Thanks