* Jonathan O'Connor > Jon, > <pedantic> > Java type char is a numeric type! But of course you can store '0', '1', > 'a' and 'n' in it, as well as 0, 1, 789, and so on. > </pedantic> > Of course, this doesn't explain your problem. > Ciao, > Jonathan O'Connor > XCOM Dublin
I considered that, and accepted that char(1) is numeric. This means that it is one byte long, and in most character sets, this would mean that basically the US ASCII set should be useable. Therefor I changed from '0' to the ASCII value which is 48. Do you think this helped? No. Admittedly deployment worked, but when issuing the finder, I got an Oracle error message. At least something is wrong. -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
