Subject RE: [firebird-support] Re: Beginner needs help
Author Sasha Matijasic
>
> I don't think my boss will go for FSQL. So I'll to figure it out in
> DELPHI.
>
> Does anyone know if this code snipet from Jiri(posted Oct 5, 2005:
> http://tech.groups.yahoo.com/group/firebird-support/message/67161
> <http://tech.groups.yahoo.com/group/firebird-support/message/67161> )
> can be updated for
>
> IDE: CodeGear RAD Studio for .NET
> Language: DELPHI 8.0
> DB: Firebird 2.0
> Provider: Firebird Version 2.0.1 for .NET 2.0
>
> Code from previous post:
> "

I haven't written any delphi.net code but basically that's it. Instead of IBQuery, you need FbCommand, FbTransaction and FbConnection classes.
Use "@" instead of ":" for parameters.

You can find more documentation about .net provider at http://firebirdsql.org/dotnetfirebird/index.html

Hope this helps, if you're still stuck I can post some c# code and you can hopefully translate it to delphi.net

Sasha