Subject | Re: [IB-Java] blobs in JBuilder with the firebirdsql driver |
---|---|
Author | David Jencks |
Post date | 2002-02-05T13:53:08Z |
There are several tests in the testsuite using blobs.
david jencks
david jencks
On 2002.02.05 05:28:56 -0500 Herbert.Augustiny@... wrote:
> 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
>
>
>
> To unsubscribe from this group, send an email to:
> IB-Java-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>