Subject Re: [firebird-support] Is gds32.dll(or fbclient.dll) required for FB server ?
Author Ann W. Harrison
> tailuo2002 wrote:
>> Is GDS32.DLL(or fbclient.dll) required for a FB server ?
>>
> Ann W. Harrison wrote:
> That depends on what you are trying to do...

What she meant is

You need some piece of code to catch your database calls
and pass them to code that can execute them. That may
be JDBC or .NET - they both handle communication to a
server. There are also C-API libraries for in-process
access to a local database, and C-API libraries for
access through a server - local or TCP/IP.

What are you trying to do?

Regards,


Ann