Subject RE: [firebird-support] Wildcard for Firebird
Author Leyne, Sean
> select * from COUNTRY where NAME starts 'something'
>
> The error is that:
> Dynamic SQL Error
> SQL error code = -206
> Column unknown
> SOMETHING
> At line 1, column 43.

Please review the user documentation, the correct syntax is "STARTING
WITH".


> >>I'm developing an application on .Net using the
> >>FirebirdNETProvider-1.6.3-NET1.1 found on the Firebird site.

I would suggest that the problem might be with the .Net driver, because
the "like" statement looks otherwise correct.


Sean