Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

garbage text

user575089Jun 22 2017 — edited Jun 23 2017

I uploaded a file .  file name is in polish .  I'm receiving  garbage file name in java class during file upload.

Could you please tell how to fix this ?

I'm trying to save polish file name  in database. .. but now  garbage text is saved.

where to fix this so that polish text is received at java  and saved in db?

Database:SQL Server 2008

table column :nvarchar

please see the screencast :

https://www.dropbox.com/s/ibzm2ngpdzr36qp/Video_Test.wmv?dl=0

at video 1.16 => you see the received file name after file upload in java code. ....this is a garbage text.  //I  want to receive correct polish text file name.

at video 1.30 =>  you see the original polish text file.

Comments

663012
I changed the java wrappers using sqlj to a webservice. This scenario is working and returning the varray within the backing bean. The only real fix I had to make was to the connection.xml file for the correct port setting.
663012
Package.procedure with input as number and output as varray using webservice.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 20 2017
Added on Jun 22 2017
3 comments
317 views