Subject | RE: [firebird-support] Wildcard for Firebird |
---|---|
Author | Leyne, Sean |
Post date | 2005-01-21T19:01:33Z |
> select * from COUNTRY where NAME starts 'something'Please review the user documentation, the correct syntax is "STARTING
>
> The error is that:
> Dynamic SQL Error
> SQL error code = -206
> Column unknown
> SOMETHING
> At line 1, column 43.
WITH".
> >>I'm developing an application on .Net using theI would suggest that the problem might be with the .Net driver, because
> >>FirebirdNETProvider-1.6.3-NET1.1 found on the Firebird site.
the "like" statement looks otherwise correct.
Sean