[JDBC] DB Arrays in the JDBC driver

2001-02-12 Thread Michael Ansley
driver is built in such a way that it can be expanded to include new types defined on the db, but are there any array handling facilities out there? Cheers... Michael Ansley Futures Tel: #44 1483 753543 Fax: #44 1483 745860 Intec Telecoms Systems PLC

RE: [JDBC] JDBC Driver Trouble on Linux

2001-03-16 Thread Michael Ansley
Title: RE: [JDBC] JDBC Driver Trouble on Linux Try unjarring the driver, and then jarring it back up again (making sure all the directories are correct) but WITHOUT compression. $ jar -xvf postgresql.jar $ jar -cv0f postgresql.jar org The first command should unpack and unj(t)ar the jar fil

RE: [JDBC] JDBC Driver Trouble on Linux

2001-03-16 Thread Michael Ansley
Title: RE: [JDBC] JDBC Driver Trouble on Linux ;-) Don't ask how we found that out. -Original Message- From: Klaus Sonnenleiter [mailto:[EMAIL PROTECTED]] Sent: 16 March 2001 16:43 To: Michael Ansley Cc: [EMAIL PROTECTED] Subject: RE: [JDBC] JDBC Driver Trouble on Linux Yep,

RE: [JDBC] Unable to connect to database

2001-08-20 Thread Michael Ansley (UK)
Title: RE: [JDBC] Unable to connect to database -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Although, even if the problem is sorted, it appears that you have an erratic JVM problem.  Having -i off should not cause your JVM to dump core.  On RH7.1 I know that I have to set LD_ASSUME_KERNEL=

Re: [JDBC] Ant installation (and other) issues!

2001-10-23 Thread Michael Ansley (UK)
Title: RE: [JDBC] Ant installation (and other) issues! Why is this such a big issue?  Shipping the Ant binary would be like shipping the make binary, which seems silly to me.  However, I would far prefer to use Ant to build the JDBC driver.  So, is it not possible to simply maintain a Makefil