Subject RE: [Firebird-general] New implementation
Author Claudio Valderrama C.
George Smith wrote:
> Can you interface to Firebird with C#.Net

As an application, yes. You will use the Firebird ADO.NET Data Provider.

Or do you want to write UDF's in C#? This depends on whether C# can generate
library code that can be loaded like a DLL by a native Win32 process.

C.