[tinysql] blob support and date

Brian Jepson bjepson@jepstone.net
Tue, 2 Mar 2004 07:00:14 -0800 (PST)


Thanks, Davide!  Unfortunately, I don't think there's a quick fix to the
blob issue.  I don't know if anyone's looking into this, but I know I
don't have time right now to add the support.

On Tue, 2 Mar 2004, Davide Antoni wrote:

> I have submited :)
>
> But for me this problem is marginal and i correct this from my program it
> is "a piece of cake".
>
> But the possibility to read blob or memo is much important ... and if this
> don't to do i have to go to another dbf jdbc such as hxtt.
>
> I explane my problem:
>
> I have the the necessity to read medical Record in a dbf database. The
> database is populated by a delphy application with BDE support.
> My web application read this medical record. The delphy application is not
> made by me and i don't have a source code , and this application work with
> 2 blob memo field
>
> Regard.