Sahil Sharma

Ranch Hand
+ Follow
since Aug 27, 2003
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 Sahil Sharma



When I sysout the value. It is coming as ???. I am using eclipse as an IDE and have the character encoding there as well to UTF-8 and still it is not working.
12 years ago
Hi

I am retrieving the data from MS Access database using stand alone java client. One of the columns in the table contains UTF-8 character (Japanese). When I fetch the data and print on the console it is not showing me the actual value, instead I am getting junk data with ???. I have also set the character encoding to UTF-8 as part of my connection string but still it is not working. What could be the possible reason for this?

Thanks.
12 years ago
Thanks, Mark.
12 years ago
iOS
Hi All,

Is there any ipad emulator available for windows? I tried searching but was not able to find anything.

Thanks
12 years ago
iOS
Hi All,

Has anyone ever attempted to display outlook like calendar using jsp and html(Divs). The details of the meeting requests are stored in an object, which contains the subject, the timings of the meeting etc. I have to do this for a project of mine but i am not very clear on how should i approach this.

Attaching an image for reference.
Hi,

Can we perform operations like download,upload or delete a file from Sharepoint using Apache Ant or any other tool/API. Basically I am looking for something that will run as script.

Thanks.
13 years ago
Hi,

Can someone please help me with the following:

1. Display two dropdowns one for year and one for month. We cannot use the html dropdowns as the look and feel is not matching with our site.
2. A javascript calendar which displays only year and months and not date.

Thanks.
Thanks Jesper for clearing this. Really appreciate
13 years ago
Hi,

Can we run Eclipse 32 bit and jdk 32 bit on 64 bit OS?
Also classes compiled on 64bit jdk can be run on 32bit jdk

Thanks
13 years ago
If someone is facing a problem while accessing a website(internet with broadband connection) having applets like it takes lots of time for applets to load or it just doesnt load at all. Then how to find out where the problem is? Is it with the client who is accessing the website or with the applets?
13 years ago
Hi,

Anyone knows a good site where i can find in-depths details of java design patterns along with code samples, advantages and disadvantages.

Thanks
thanks sandeep, i will go for the java approach that you suggested.
Hi,

I have a requirement where in if my query execution takes more than two minutes to execute I have throw an execption and redirect user to an error page. I tried using the setQueryTimeout method of Statement but it is not working. Any other approach i can use to achieve this?

I am using Oracle 10g as my DB.

Thanks.
Hi,

Is it possible to convert a PDF file to an XML based on a DTD?. The output xml should have everything that is there in the PDF including fonts, images, tables etc?

Thanks.
13 years ago
Hi,

Is there a default locking if we don't use locking explicitly in Toplink? If yes, is it pessimistic or optimistic.

Thanks