Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
1k views

jbdc connection with auto reconnect

i am using jdbc to connect to a database server the connection is over a wireless network and can be dodgy at times at the moment when the connection is lost they need to close and restart the ...
0
votes
2answers
30 views

data change listener on select result with jaybird

do you know if there is a way to use a data listener on a select querry with jaybird. for exemple i've got a querry like select count (*) from my_table where my_statut='x' the result give me 50. my ...
0
votes
1answer
293 views

How to add the Jaybird driver to iReport

Hi I am trying to add the Jaybird driver to iReports without too much success. This is what I have done so far. Copied jaybird21.dll and jaybird-full-2.1.6.jar to: C:\Program ...
0
votes
1answer
217 views

Insert file in blob field with jaybird 2.1.6

Good morning evrybody, I'm trying to insert a file in a blob field in a Firebird database using lib jaybird 2.1.6. First, I create a record in my database, then, with the id of record, I try to ...
0
votes
4answers
1k views

Connection issue in JayBird

I am new to Firebird using its Java version Jaybird, But unable to connect from database (.fdb file). The problem comes like this: org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544375. ...