Re: DB2 and WO

2006-09-09 Thread RedBugz Software

On 9/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Hello -- does anybody use DB2 with WO5?  I can't see any adaptors out
there?  Has anybody had a crack at writing a JDBC adaptor for it?


We use DB2 for one of our WebObjects projects. We were just using the
normal JDBC stuff until we encountered a problem with LEFT OUTER JOIN
syntax and needed some additional non-JDBC DB2-only functionality, so
we ended up writing a small plugin to work around those. I don't think
I can publish the class, but I can give snippets. It was my first
attempt and probably not very good, but it worked for our needs.

We've not had luck with the pure-Java drivers, but that could easily
be a function of the strict nature of the DB2 database we access. The
native type-2 drivers work just fine, though they were a pain to
install and get working.

Logan
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


DB2 and WO

2006-09-06 Thread apl
Hello -- does anybody use DB2 with WO5?  I can't see any adaptors out  
there?  Has anybody had a crack at writing a JDBC adaptor for it?


cheers.

___
Andrew Lindesay
www.lindesay.co.nz



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: DB2 and WO

2006-09-06 Thread David Aspinall
Yes, we are using it with one client.  All we wrote was the plugin ,  
then we use the drivers from IBM.  If you are interested I will look  
into publishing the classes.


On 6-Sep-06, at 5:51 PM, [EMAIL PROTECTED] wrote:

Hello -- does anybody use DB2 with WO5?  I can't see any adaptors  
out there?  Has anybody had a crack at writing a JDBC adaptor for it?


cheers.

___
Andrew Lindesay
www.lindesay.co.nz



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/daspinall% 
40ticoon.com


This email sent to [EMAIL PROTECTED]


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com