Questions tagged [jaybird]

Jaybird is a DBC driver for the Firebird database server. Use this tag for questions about using Jaybird to connect to Firebird.

Jaybird is a JDBC driver for the Firebird database. The Jaybird driver is based on the JDBC standard.

Jaybird is free software distributed under the LGPL.

Resources

See also

141 questions
0
votes
1 answer

How to connect My Android app with Firebird database via JDBC(jaybird)

I want to connect My Android app to Firebird database using JDBC or Jaybird.I am able to connect it with in JAVA but in android i can't able. so please give me suggestion or idea about it. Is there any additional Api add into Android App? Thanks In…
Jayesh Khasatiya
  • 2,140
  • 1
  • 14
  • 15
0
votes
3 answers

javac compiler error for a source file that is not provided

I'm getting this error when I run javac -d classes myfiles.... The strange thing is, I do not have PooledPreparedStatementHandler.java in any folder nor do I have the PooledPreparedStatementHandler sub-string in any of my source files. The only…
jcalfee314
  • 4,642
  • 8
  • 43
  • 75
0
votes
2 answers

Java Applet not executing class.forName() with jaybird

Im developing an applet in eclipse, when executed from the eclipse's AppletViewer it works correctly but when executed from an .html file it dont execute class.forName() method. here the .html
J. Arenas
  • 493
  • 1
  • 9
  • 23
-1
votes
1 answer

How to install Firebird JDBC on Centos

Can anyone help me to install or setup Firebird JDBC on my centos machine. I see no documentation on how to install from their site. Thank you in advance.
Jhay
  • 77
  • 3
  • 14
-2
votes
1 answer

Creating a connection with WildFly 10 and Jaybird 3.0 fails

I have upgraded my Jaybird dependency in Wildfly 10 from Jaybird 2.2.11 to Jaybird 3.0.0-alpha-1. When I try to create a connection I now get the following exceptions. The first connection after startup (when testing in the admin…
Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
-3
votes
2 answers

Error While Inserting Data in to Database

I tried to insert my data into my database table name called newdevice. My query is: String query= uni +"," + nam +","+ temp + "," + vendor + "," + invoice +","+ dop +"," + cost ; res=stm.executeQuery("INSERT INTO newdevice " +…
Raj kumar
  • 21
  • 2
  • 6
1 2 3
9
10