[JDBC] update

2001-09-28 Thread Tony Grant
Hello, I have begun installing tomcat 4.0 on my test server. Early days yet - configuration is much changed from 3.x branch. The stand alone version of the server is a breeze to set up, configuration is much easier. I am having slight difficulty integrating with Apache so I'll be RTFM this weeke

Re: [JDBC] [GENERAL] JDBC update wont, plz help.

2001-09-26 Thread Barry Lind
Vic, Can you post the errors you are getting for both the build problem and the runtime problem you originally reported? Without the exact errors you are getting, I can only guess at the problems you are encountering. But my guess as to your original problem is that your code is trying to us

Re: [JDBC] JDBC update wont, plz help.

2001-09-25 Thread Vic Cekvenich
Vic Cekvenich wrote: > I used a driver from http://jdbc.fastcrypt.com/ , the latest driver I > could find w/ JDK1.3 and a simple CachedRowSet from SUN Devlopers > connection. > > It will not update via AcceptChages. > Error is This methos is not yet implementd. > > Can someone help me update

Re: [JDBC] cast in JDBC update

2001-08-07 Thread Rene Pijlman
On 07 Aug 2001 13:39:09 +0200, you wrote: >I am trying to update a field which contains an array of >type INT4 via JDBC. Java source code? UPDATE statement? Table description? Regards, René Pijlman ---(end of broadcast)--- TIP 5: Have you checked

[JDBC] cast in JDBC update

2001-08-07 Thread Tony Grant
hello, I am trying to update a field which contains an array of type INT4 via JDBC. ERROR: Attribute 'filmid' is of type '_int4' but expression is of type 'int4' You will need to rewrite or cast the expression How do I cast the expression in an JDBC update statem