Hello I have been using interclient in JBoss 2.4.4 and I can read and write characters in my JSP and EJB from and to Firebird database in UTF8 encoding. But...
cn
tsang_cn@...
Aug 5, 2002 6:26 am
1910
... Im fairly sure I was using rs.getString(col) on a blob sub_type text column, and it was working. Mark...
Are you trying to get the string value with myBlob.toString()? I don't think that is supposed to work. new String(myBlob.getBytes()) might. I'm not sure of...
How do you retrieve the data from the ResultSet? Try using: byte[] textb = rset.getBytes(col);//get blob data String text = textb!=null ? new String(textb) :...
hello once more to the community, Good Day!!! there seems to be some probs on displaying BLOB fields(supposed to be MEMO) with subtype Text on the web coz...
hi there william, Good Day!!! thanks for the speedy reply.. i was just able to check ur suggestion now.. hmm yep i tried ur suggestions but still got the same...
I want to use datavision with jca-jdbc beta 1 and firebird 1.0. somebody had used it. When i run the datavision i can't connect with firebird database. i am...
... applications... ... CHAR(n) and VARCHAR(n) and the Type 4 driver returns the right string. The problem is not in returning full string (with spaces) but in...
... a database. Ok. But then there is incompatibility with Interclient based applications... I don't know what your application does, but there is a difference...
I would not recommend Interclient, but often recompiling in your environment will help with the wrong protocol version errors. There's an ant script somewhere...
... a database. Ok. But then there is incompatibility with Interclient based applications... ... Does not help me - the same effect. Only trim() is solution...
Hi, You should expect a string of n chars when retrieving a CHAR(n) field from a database. Rewrite your SQL queries from SELECT CHARFIELD FROM ATABLE to SELECT...
Hello, I have servlet project which was developed with Interclient (2) JDBC driver. Now I want migrate to Firebird JDBC driver. I have first problem - it looks...
Hi, we use one connection set to autocommit and PreparedStatements to access the database via jdbc. When we prepare another statement while there is still...
Uwe Jäger
jaeger@...
Jul 29, 2002 1:50 pm
1897
Well, done it myself ... please find a patch attached; the problem was that BigDecimals were created through double values, but those have only about 15...
Uwe Jäger
jaeger@...
Jul 29, 2002 1:37 pm
1896
Benjohn, ... Wrong jar buddy. I meant the firebirdsql.jar, and you usually will create the log/test.log in the same dir that the firebirdsql.jar is in. Sorry...
William L. Thomson Jr.
support@...
Jul 29, 2002 1:34 am
1895
hi there william, Good Day!!! i tried your suggestion re /log/test.log placed it almost everywhere hehehe but i still got the same error messages once i...
We need to investigate this further and make sure that trying to read a just-created blob does not cause worse problems with your change. Could you please...
... Ah, I did not realize that or it was not mentioned. In that case try creating a log dir in the folder that the log4j-core.jar is in, and see if the...
William L. Thomson Jr.
support@...
Jul 26, 2002 7:46 am
1892
i tried this and placed it all around my folders but i still get the same error... oh by the way i am trying to run it on windows.. is there any special ...
Hi, I am trying to create an automatic installation for Firebird using installshield. When I install the components manual everything works fine. The firebird...
I get an "GDS Exception: org.firebirdsql.gds.GDSException: No message for code 335544569 found" When I run the test code below, through the same sql statement...
Solution. Maybe a hack but will save time for now trying to figure out why. I just changed private FBBlobInputStream() throws SQLException { if (blob_id == 0)...
William L. Thomson Jr.
support@...
Jul 25, 2002 12:05 am
1887
... I will let you slide on that one. Are there other things like that, which could possible hinder the drivers performance. Not saying that one does, but if...
William L. Thomson Jr.
support@...
Jul 24, 2002 11:58 pm
1886
... ups... yes, that's the function i meant. ... i noticed the same. it seems to me that i had some ideas, but did not implement them leaving the code...
Ok, In doing my part I grabbed the latest CVS snapshot, and made the modifications suggested below. I did not find the getBlob(int) function but one called...
William L. Thomson Jr.
support@...
Jul 24, 2002 9:34 pm
1884
Thanks ... From: rrokytskyy [mailto:rrokytskyy@...] Sent: Thursday, 25 July 2002 12:26 AM To: Firebird-Java@yahoogroups.com Subject: [Firebird-Java]...
... Everybody. :) This is opensource project and we need any help we can get. Right now I'm very busy at work, so I cannot devote much time to this project. ...
Did you want me to replace this code locally and test, or are you speaking to the others on the project? ... -- Sincerely, William L. Thomson Jr. Support Group...