Just wanted to say I got my app to work this. Thank you for the support of this driver. And if it helps anybody else, just wanted to say as of 05/2022 it is still possible to use this.
Sorry im not working on this project anymore. This was kind of a proof of concept for my former company i was working for. I actually dont use it in any of my personal projects. So, if anyone is willing to continue this project, please let me know.
When it is tried to be read a BLOB column data an exception is raised at memory allocation. Data to be read is about 36KiB. I wonder if this is a known problem and if there is a workaround.
I'm using this library in my android project for some years now and i'd like to know if there are any plans to update it to a newer version?
What went wrong: Execution failed for task ':app:mergeLibDexDebug'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Failed to transform artifact 'androidjaybird-debug.aar (project :androidjaybird)' to match attributes {artifactType=android-dex, dexing-enable-desugaring=true, dexing-is-debuggable=true, dexing-min-sdk=29, org.gradle.usage=java-runtime}. > Execution failed for DexingNoClasspathTransform: /home/vapstor/Workana/RoyalFarma/androidjaybird/build/.transforms/6d2d5f111952c6a181bdab79aecd16bb/jetified-androidjaybird-debug-runtime.jar....
Hello, I'm in doubt about how to configure. I've posted an question on stack overflow with my question, if you can check to not duplicate. Thank you https://stackoverflow.com/questions/60984020/how-to-use-jdbc-driver-jaybird-on-android?noredirect=1
Hello - My team for my Senior Project got settled with helping develop an app that interfaces to an existing Firebird DB in a Windows application. This driver seems to be the key to do this, since it seems Firebird themselves don't really support Android. However none of us are really programmers. I have an existing project in Visual Studio Xamarin with a proof of concept form of a text field that I wanted to use with a submit button to send data to a dummy DB. I know what the SQL calls and all that...
Hi, Cristian! We have project with DB on Firebird on the server and win32 clients and Sqlite db on Android devices and we interesting in migrating Android app to Embeded Firebird DataBase. Thanks a lot for the library. Could you please say if I can use it with embeded database on android device and how?
Hello! Thanks for this great job of porting Firebird JDBC to Android! Is it possible to connect to local DB on Android device using this port? If yes - help me how? Thanks and best regards...
Hi, christian! I tested the example and if that worked for me. I had to update the...
initial commit
v2.2.12
jdbc-jca driver initial checkin
This commit was manufactured by cvs2svn to crea...
Moved near-static variables to an inner class
Updated build file to include junit tests
Initial revision
First steps towards sql functionality
First steps towards sql functionality
Moved near-staic variables to an inner class
Changed string handling to work with setBytes a...
Added a TestAll class and fixed several bugs. ...
Checkin of partly working hybrid jca/jdbc drive...
Added support for Blobs. Can build rar that wi...
Fixed ra.xml, build script to generate depoyabl...
added text error messages to GDSExceptions, tha...
Updated to use assertTrue rather than assert, f...
Modified to allow getting return values for exe...
Made excessive logging configurable. Set debug...
Synchronized all db access methods on db in GDS...
Implemented getColumns, getProcedures, getProce...
Implementation of jdbc 1.0 Driver contributed b...
Updated ant and junit jars
Completely implemented DatabaseMetaData.getTables
Modified to allow CallableStatement to return E...
Changed junit1 task to use TestAll. deploy-rar ...
Modified to return execute outsqlda as a row
Added Roman's CallableStatement impl to make Ca...
Added better GDSExceptions, new NativeSQL, and ...
fixed problems introduced with previous commit....
Implemented DatabaseMetaData.getTypeInfo method
commented on jdbctest
removed due to licence problem
Added getPrimaryKeys and fixed getColumns
Improved formatting slightly, removed dos cr's
Added early Sun jdbc test found by Roman Rokyts...
Added type conversions
Fixed finColumn and getBytes
Removed trailing blanks from COLUMN_NAMEs
Fixed bug in getColumns()
Added closeStatement in CachedFetcher
Added truncated info support in isc_dsql_prepare
added windows batch files for calling ant, than...
Fixed DataBaseMetaData methods to trim padding ...
Fixed bug in ClassLoader
Updated ra.xml to latest dtd/spec and fixed up ...
Fixed a bug in toString()
Made javadocs work, thanks to Massimo Ferrari
Completed truncated info implementation
Fixed problems with words PRECISION and LENGTH ...
Finished type conversions in setObject()
Fixed COLUMN_SIZE in getColumns()
Fixed a bug in getObject()
Fixed getColumnType()
updated to jca spec final draft
Implemented autocommit that does not interfere ...
Added a datasource DBWrappingDataSource that ca...
Fixed authentication problems
Added the beginnings of recover support. Recov...
added built in pooling to the FBWrappingDataSou...
added Doug Lea's concurrent.jar, classes from C...
Made connections use username and password from...
added a connection test to datasource test, cle...
Added ManagedConnection.getLocalTransaction and...
Fixed bug in Blob reading
Fixed bug in blob writing
Revised FBManager to create dialect 3 databases...
LONGVARCHAR bugfix from Luca (llafranc78)
Hopefully fix StandAloneConnectionManager so it...
added constant needed by FBEscapedParser
Untested ObjectFactory implementation designed ...
added support of the nested escaped syntax and ...
Fixed FBManager to require user and password to...
now FBSQLParseException extends SQLException
Fixed bug with getBinaryStream()
xml-apis.jar from xalan 2.2.0 package
xalan 2.2.0
fixed shell indication, thanks to murphp1
applied fix from William Suroweic in case we me...
Added fix for setting user and password, from i...
xerces 1.4.4 from xalan 2.2.0 package
removed annoying println
Applied patches for time problems from Agustin ...
removed unused xml parsers
changed to slightly more appropriate boilerplate
xsl stylsheets for junitreport
Example log4j property file
converted to log4j logging and cleaned up some ...
Wrapper around log4j Category. Can probably be...
Changed build to use xerces + xalan and junitre...