on your main page of IBdac you wrote:
"InterBase (and FireBird) Data Access Components (IBDAC) is a library of components that provides native connectivity to InterBase, Firebird and Yaffil from Delphi, C++Builder, Lazarus (and Free Pascal) on Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms."
here is my code in run-time:
Code: Select all
fPath:=System.IOutils.TPath.Combine(System.IOutils.TPath.GetDocumentsPath,'libfbclient.so');
IBCConnection1.ClientLibrary:=fPath;
IBCConnection1.Database:=System.IOutils.TPath.
Combine(System.IOutils.TPath.GetDocumentsPath,'storage.fdb');
Code: Select all
IBCConnection1.Connected:=True;
i got an exception "product INTERBASE is not licenesed"
what INTERBASE if i'm using firebird and what licence???
libfbclient.so from here:
http://mapopa.blogspot.ro/2013/09/build ... droid.html