Re: [JDBC] Serialize

2001-10-07 Thread Barry Lind
Dave, I share your concerns about this functionality. In fact last month I wrote the following in response to a patch to this functionality. I wouldn't mind this being pulled out of the main code line for now and moved to contrib until it becomes more robust. >>Robert, >> >> >>Thanks for

Re: [JDBC] Serialize

2001-10-06 Thread Gunnar Rønning
| "Dave Cramer" <[EMAIL PROTECTED]> wrote: | | There are much better products out there with much better functionality | | See http://www.ambysoft.com/persistenceLayer.html | | I personally use Artom Rudoy's persistence layer | | www.sourceforge.net/projects/player Turbine at jakarta.apache.or

Re: [JDBC] Serialize

2001-10-05 Thread Dave Cramer
c); exc.printStackTrace(); }finally{ try { if (conn != null) conn.close(); } catch (Exception ex){ ; } } } } -Original Message- From: Tony Grant [mailto:[EMAIL PROTECTED]] Sent: October 5, 2001 9:34 AM To: [EMAIL PROTECTED] Cc: jdbc list Su

Re: [JDBC] Serialize

2001-10-05 Thread Tony Grant
On Fri, 2001-10-05 at 14:57, Dave Cramer wrote: > While fixing the handling of "unknown" data type in the result set I was > faced with wading through the Serialize code. > > I am wondering if this is really a required/desireable feature? > > How many people out there are actually using it? > >

[JDBC] Serialize

2001-10-05 Thread Dave Cramer
While fixing the handling of "unknown" data type in the result set I was faced with wading through the Serialize code. I am wondering if this is really a required/desireable feature? How many people out there are actually using it? Do we need/want it? My thoughts are: 1) There are plenty of p

[JDBC] Serialize and object-oriented features

2001-08-21 Thread Robert B. Easter
e row id of an entry in the myurl table. Can these object capabilities work? I'm interested in this because I've been playing around with the JDBC Serialize/PreparedStatment classes. I've been hacking Serialize and PreparedStatement.java in the distribution and got it to store

[JDBC] Serialize Exception

2001-02-17 Thread Jarek
OK here is code : Ziu z = new Ziu(); Class.forName("org.postgresql.Driver"); db = DriverManager.getConnection(url, usr, pwd); Serialize.create((org.postgresql.Connection) db,z.getClass()); Serialize s = new Serialize((org.postgresql.Connection) db,

[JDBC] Serialize

2001-02-17 Thread Jarek
Does anybody was succesful in using "new Serialize( con , s)" constructor ? I always have "NullPointerException". -- MS is not the answer. MS is the question. NO (or Linux) is the answer. :) Jarek (: