Subject RE: [firebird-support] Firebird 1.5 RC7 and RC8 error using FB .NET provider and Delphi 8
Author Helen Borrie
At 10:27 AM 26/01/2004 +0000, you wrote:
>
>
> >> This list is for database support. Would you please take this topic
>to the
> >> firebird-net-provider list? Subscribing link is on the Forums page at
>
> >> www.ibphoenix.com.
>
>
>
>I tried there first and this is what they said...
>
>
>
>=== REPLY FROM FIREBIRD-NET-PROVIDER ===
>
>
>
>Huummmm .... can you ask in the firebird-support or firebird-devel lists
>
>
>the possible reasons of the error:
>
>
>
>Dynamic SQL Error
>
>SQL error code = -901
>
>feature is not supported

OK...I think the ball's back in the Delphi court, since 'select * from
dropdeadsimple' certainly is supported. It seems either Delphi 8 or the
.net provider is asking the API for something it doesn't support.

The one that comes to mind is that you are connecting to a Fb 1.0 Classic
server and the driver is trying to wake up the Services API (which Classic
1.0 doesn't support and Classic 1.5 "sort-of" supports...)

Could that be it?

/heLen