I’m trying to connect a Delphi DA client to Relativity server. But as soon as I try to open a table I get an error AnyDAC driver not found
Hello.
Relativity is .NET based, so it can use only ADO.NET database access drivers. So you can use ADO.NET equivalent of AnyDac driver to work with data. Can you send information what database you need to access?
Thanks in advance.
Thanks andreyt,
I figure it out myself: I need to access Firebird database, so I’ve tried FB.NET and … voilà: it works like a charm with Relativity!
thank you anyway