Subject | blobs in JBuilder with the firebirdsql driver |
---|---|
Author | Herbert.Augustiny@sptroth.com |
Post date | 2002-02-05T10:28:56Z |
Hi All
I'm trying to implement a ClassLoder which will get Classes and resources
for my application from a FB DB. I did start to write a little test
application using JBuilder 4 and its db swing components. When I try to
insert a record with a bitmap file as blob I am getting the following
exception:
java.sql.SQLException: not yet implemented
at
org.firebirdsql.jdbc.FBPreparedStatement.setObject(FBPreparedStatement.java:621)
at com.borland.dx.sql.dataset.j.setParameter(Unknown Source)
at com.borland.dx.sql.dataset.s.a(Unknown Source)
at com.borland.dx.sql.dataset.l.b(Unknown Source)
at com.borland.dx.sql.dataset.QueryResolver.insertRow(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.b(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.e(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.b(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.saveChanges(Unknown
Source)
at com.borland.dx.sql.dataset.ResolutionManager.saveChanges(Unknown
Source)
at com.borland.dx.sql.dataset.Database.saveChanges(Unknown Source)
at com.borland.dx.sql.dataset.QueryDataSet.saveChanges(Unknown
Source)
at com.borland.dx.dataset.DataSet.saveChanges(Unknown Source)
at
com.borland.dbswing.JdbNavToolBar.actionPerformed(JdbNavToolBar.java:1219)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
Is this going to be implemented? Unfortunately, I don't have the time to
look into this right now.
Is anyone using the driver with blobs? Can you provide some sample code?
Thanks and regards,
Herbert
I'm trying to implement a ClassLoder which will get Classes and resources
for my application from a FB DB. I did start to write a little test
application using JBuilder 4 and its db swing components. When I try to
insert a record with a bitmap file as blob I am getting the following
exception:
java.sql.SQLException: not yet implemented
at
org.firebirdsql.jdbc.FBPreparedStatement.setObject(FBPreparedStatement.java:621)
at com.borland.dx.sql.dataset.j.setParameter(Unknown Source)
at com.borland.dx.sql.dataset.s.a(Unknown Source)
at com.borland.dx.sql.dataset.l.b(Unknown Source)
at com.borland.dx.sql.dataset.QueryResolver.insertRow(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.b(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.e(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.b(Unknown Source)
at com.borland.dx.sql.dataset.ResolutionManager.saveChanges(Unknown
Source)
at com.borland.dx.sql.dataset.ResolutionManager.saveChanges(Unknown
Source)
at com.borland.dx.sql.dataset.Database.saveChanges(Unknown Source)
at com.borland.dx.sql.dataset.QueryDataSet.saveChanges(Unknown
Source)
at com.borland.dx.dataset.DataSet.saveChanges(Unknown Source)
at
com.borland.dbswing.JdbNavToolBar.actionPerformed(JdbNavToolBar.java:1219)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
Is this going to be implemented? Unfortunately, I don't have the time to
look into this right now.
Is anyone using the driver with blobs? Can you provide some sample code?
Thanks and regards,
Herbert