Search the web
Sign In
New User? Sign Up
Firebird-Java · Firebird Java project development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1882 - 1911 of 10152   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
1911
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@...
Send Email
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...
Mark O'Donohue
hembot
Offline Send Email
Aug 1, 2002
2:04 am
1909
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...
David Jencks
davidjencks
Offline Send Email
Jul 31, 2002
3:33 pm
1908
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) :...
llafranc78
Offline Send Email
Jul 31, 2002
3:30 pm
1907
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...
benjohn villedo
benjohnpv
Offline Send Email
Jul 31, 2002
3:20 pm
1906
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...
benjohn villedo
benjohnpv
Offline Send Email
Jul 31, 2002
3:06 pm
1905
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...
Jose Felipe
sisboca
Offline Send Email
Jul 31, 2002
2:26 am
1904
... 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...
Leos Urban
leos_urban
Offline Send Email
Jul 30, 2002
6:19 pm
1903
... 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...
Rodolfo M. Raya
mxprgrms
Offline Send Email
Jul 30, 2002
4:34 pm
1902
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...
David Jencks
davidjencks
Offline Send Email
Jul 30, 2002
2:39 pm
1901
... a database. Ok. But then there is incompatibility with Interclient based applications... ... Does not help me - the same effect. Only trim() is solution...
Leos Urban
leos_urban
Offline Send Email
Jul 30, 2002
1:50 pm
1900
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...
Rodolfo M. Raya
mxprgrms
Offline Send Email
Jul 29, 2002
9:21 pm
1899
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...
Leos Urban
leos_urban
Offline Send Email
Jul 29, 2002
9:09 pm
1898
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
benjohn villedo
benjohnpv
Offline Send Email
Jul 29, 2002
1:22 am
1894
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...
David Jencks
davidjencks
Offline Send Email
Jul 27, 2002
8:12 pm
1893
... 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@...
Send Email
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 ...
benjohnpv
Offline Send Email
Jul 26, 2002
7:14 am
1891
Hi, I am trying to create an automatic installation for Firebird using installshield. When I install the components manual everything works fine. The firebird...
edmund_geesken
Offline Send Email
Jul 25, 2002
5:19 pm
1890
for approx. 1 week. regards, roman...
rrokytskyy
Offline Send Email
Jul 25, 2002
3:19 pm
1889
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...
Philip Bennett
paboz
Offline Send Email
Jul 25, 2002
5:06 am
1888
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@...
Send Email
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@...
Send Email
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...
rrokytskyy
Offline Send Email
Jul 24, 2002
11:14 pm
1885
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@...
Send Email
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]...
Philip Bennett
paboz
Offline Send Email
Jul 24, 2002
9:27 pm
1883
... 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. ...
rrokytskyy
Offline Send Email
Jul 24, 2002
7:05 pm
1882
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...
William L. Thomson Jr.
support@...
Send Email
Jul 24, 2002
6:41 pm
Messages 1882 - 1911 of 10152   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help