jeff lau

Greenhorn
+ Follow
since Feb 28, 2002
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 jeff lau

Pradeep,

Will JWhiz be working on any BEA WebLogic certification mock exams/tutorial or for the Sun Enterprise Architect?
Hi, both IBM WebSphere and BEA WebLogic are powerful Java apps servers. WebLogic leads in market share followed by IBM. At first, I wanted to study for the WebLogic certification, but I decided to go for the Sun Enterprise Architect since it has more available resource materials to study for and it is general purpose. WebLogic certification would be good after the Sun Architect certification.
Just my 2 cents.
Hello,
Specs
=========
JDK 1.3.1
Oracle 8 w/ Big5 encoding
used both thin driver and thick driver
I am trying to query from a column that has Chinese (Big5) text.
select * from product where prodName = 'xyz' // xyz represents big5 chars.
When I do a select from Toad or SQL Plus, I can grab the rows. When I do thru code, I cannot do so; note that my code can retrieve English text with no problem.
Any ideas?