RE: Datatype size restrictions

2000-04-14 Thread Robert Krüger
hi, why bother with this stuff in the first place? you'll get an exception by the jdbc driver anyway. what else could you do but throw an exception if you realize that the value exceeds some limit. would you always truncate? would you like to configure if it truncates or throws an exception?

RE: Datatype size restrictions

2000-04-14 Thread Robert Krüger
hi, why bother with this stuff in the first place? you'll get an exception by the jdbc driver anyway. what else could you do but throw an exception if you realize that the value exceeds some limit. would you always truncate? would you like to configure if it truncates or throws an exception?

RE: Datatype size restrictions

2000-04-14 Thread Robert Krüger
man, would I love to have an application that uses entity beans where the exception handling is the bottleneck ;-). just kidding, no offense. I would also be interested in numbers but I would suspect that there are many other issues with entity beans (or EJB in general) that affect the

RE: Datatype size restrictions

2000-04-14 Thread Robert Krüger
man, would I love to have an application that uses entity beans where the exception handling is the bottleneck ;-). just kidding, no offense. I would also be interested in numbers but I would suspect that there are many other issues with entity beans (or EJB in general) that affect the