[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Databases &/or binary data
> >I don't think the ODBC interface is the right solution for this
> >application, irrespective of demands on users; it doesn't feel like it
> >has the right granularity. Rather, I suspect your best bet would be
> >to dig in a little and use the C interface.
>
>A cheap solution would be to write an extension that calls the
>dbm stuff in the C libraries.
I did this once for gdbm and it worked perfectly except that I had to pass
an absolute filename to gdbm because it's idea of the current directory was
not mzscheme's idea.
I remember having this problem in other contexts also, does anybody have an
idea what might be wrong?
Immanuel