Subject RE: [firebird-support] Two FAQ's
Author Alan McDonald
> Hi there,
>
> So I wanted to ask these, since I've gotten conflicting information
> about them. I was wondering if firebird supports the following in
> either the current version or in the upcoming 2.5:
>
> 1) Temporary tables
since 2.1 - see release notes for 2.1

> 2) Full text search / indexing
select blobfield from table where blobfield containing 'my search string';
will always return records whre the blob contains 'my search string'
in this case, the blobs must be plain text. records which contain e.g. 'my
<b>search</b> string' will not be returned.
indexing is limited by an index key length limit and blob field indexing is
not possible.
Several third party products add to this - refer to ibphoenix.com website
for more info and links

>
> We would love to use firefox for our project, but need these two to
> make it work.
firefox is the browser. we forced them to change their proposed name.
Alan

>
> Thanks!
>
> -Paul