Re: how can i delete a thread created by me on this forum.

2008-02-19 Thread j-lists
Let me guess, your boss at Sungard is unhappy that you posted information about their proprietary data structures to this list? The bad news is that it is pretty much impossible to remove a message from this "forum" because it is actually a mailing list - there are probably hundreds of copies of it

how can i delete a thread created by me on this forum.

2008-02-19 Thread Yuvraj Shinde
Hi all, Can any body please tell me? How I can delete a Thread / Edit a Thread from ibatis forum. Regards yuvraj From: Yuvraj Shinde [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 12:01 PM To: user-java@ibatis.apache.org Subject: how ca

maximum connections

2008-02-19 Thread erosik
hi, i m using ibatis in my jsp application. can i know the maximum number of connections (or users) that can be established at a time. how many users can submit the data at a time to the db. Thanks in advance erosik -- View this message in context: http://www.nabble.com/maximum-connection

how can i delete a thread created by me on this forum.

2008-02-19 Thread Yuvraj Shinde

Re: Data type mismatch with queryForObject, on String property with String value!

2008-02-19 Thread j-lists
If you can't fix the CCSID on the targets then maybe a long or BigInteger with the encoding of the string into the bytes that it would be represented by in the target CCSID would do the job? It would be a hack but I assume if you are on an AS/400 you aren't doing greenfield development - if someone

Re: Data type mismatch with queryForObject, on String property with String value!

2008-02-19 Thread Jeff Butler
This is a driver property - AFAIK it can't be configured per table. Probably the best thing to do is to fix the CCSID on the problem tables on the AS/400 side. Jeff Butler On Feb 19, 2008 3:42 AM, Tracey Annison <[EMAIL PROTECTED]> wrote: > Heya > > Thanks for that! It could be a problem for me

RE: TypeHandler Problem

2008-02-19 Thread Danny Lin
Nevermind!! Config issue. From: Danny Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 10:01 AM To: user-java@ibatis.apache.org Subject: TypeHandler Problem Hello, I'm getting an exception when trying to use a typeHandler to map an object to a column: --- Cause: com.ibatis.sqlmap

TypeHandler Problem

2008-02-19 Thread Danny Lin
Hello, I'm getting an exception when trying to use a typeHandler to map an object to a column: --- Cause: com.ibatis.sqlmap.client.SqlMapException: No type handler could be found to map the property 'transactionType' to the column 'transaction_type'. One or both of the types, or the combinati

RE: Data type mismatch with queryForObject, on String property with String value!

2008-02-19 Thread Tracey Annison
Heya Thanks for that! It could be a problem for me setting it on the JDBC driver, though, as this is perfectly OK for most of the AS/400 files - there's just a couple that have this different CCSID. Looks like I'd ned to configure it in iBatis, per file, which I don't see any info about so fa

Re: Data type mismatch with queryForObject, on String property with String value!

2008-02-19 Thread j-lists
I have encountered something similar to this before and I think there were 2 elements to the solution. The first was that the system default CCSID on the AS/400 was not set and I believe the second was that we could set a jdbc driver property in the toolkit driver to override it - or something like

RE: Data type mismatch with queryForObject, on String property with String value!

2008-02-19 Thread Tracey Annison
Well, it turned out to be nothing to do with the data type setup, in the end... We had a similar problem with another file, and wrote code to return data in a different way, which unexpectedly gave us hex instead of what we expected. Turns out that both files had an unexpected CCSID, AKA codepag