AW: [dev] Interbase
Alexander Knauer
dbadmin@avenet.stw.uni-erlangen.de
Wed, 10 Oct 2001 17:23:39 +0200
> -----Ursprüngliche Nachricht-----
> Von: Julian Jares [mailto:julian@jares.com.ar]
> Gesendet: Mittwoch, 10. Oktober 2001 14:19
> An: dev@lists.horde.org
> Betreff: Re: [dev] Interbase
>
>
> Interbase homepage is at http://www.borland.com/interbase/
> The download page is at
> http://www.borland.com/devsupport/interbase/opensource/
> (there are binary and source distros there)
> Also, interbase doesn't seem to support text types, so I
> switched those for
> varchar(512).
with a little bit of work you can use blob-fields instead of text-fields
(also varchar(512) should be enough)