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…
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…
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
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.
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…
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 " +…