Page 1 of 1
How to conect interbase Togo?
Posted: Tue 24 Sep 2013 00:22
by edmarfrazao
Sample for
Firemonkey
Mobile
Re: How to conect interbase Togo?
Posted: Wed 25 Sep 2013 10:41
by AndreyZ
Take a look at the Mobile demo. You can find it in the %UniDAC_Demos_Install_Directory%\Demos\Miscellaneous\Mobile directory.
Re: How to conect interbase Togo?
Posted: Wed 25 Sep 2013 10:53
by edmarfrazao
not have %IBDAC_Demos_Install_Directory%\Demos\Miscellaneous\Mobile directory.
in directory
%IBDAC_Demos_Install_Directory%\Demos\Miscellaneous\
have some
cbuilder
dll
failover
virtualtablecb.
I would like examples to access interbase togo
1)FireMonkey in Desktop
2)FireMonkey in Mobile
Re: How to conect interbase Togo?
Posted: Wed 25 Sep 2013 13:10
by AndreyZ
To avoid the problem, you should upgrade UniDAC to the latest version 5.1.4. If you use IBDAC, you should upgrade it to the latest version 5.1.4.
Re: How to conect interbase Togo?
Posted: Wed 25 Sep 2013 13:26
by edmarfrazao
i use the last version in delhi xe5
1)if use unidac when conect in bd ibgo the erro is
unavailable database
erro in win32 and android
2)if use ibdatabase and sqlconection(iblite/ibgo) conect without error
in win32 and android
3)in unidac use
provider := interbase
username := sysdba
password := mastkey
database := c:\bd\bd.gdb
{$IF DEFINED(iOS) or DEFINED(ANDROID)}
UniConnection2.Database :=
TPath.Combine(TPath.GetDocumentsPath,'BD.GDB');
{$ENDIF}
UniConnection1.Connected:=true;
4)Delphi XE 5 Enterprise with unidac 5.1.3 AND 5.1.4
5)The error the conection with Unidac is equal in Firedac
unavailable database
Re: How to conect interbase Togo?
Posted: Wed 25 Sep 2013 14:20
by edmarfrazao
the sample unidac run in ios
sqlite ok
interbase togo error
Re: How to conect interbase Togo?
Posted: Tue 01 Oct 2013 10:47
by AndreyZ
We have fixed several problems in the Mobile demo. These fixes will be included in the next UniDAC build. I have sent you the updated files of the Mobile demo to the email address specified in your account.
Re: How to conect interbase Togo?
Posted: Tue 01 Oct 2013 20:11
by edmarfrazao
demo run ok
I run app with unidac and interbase to go in android
unitable fast
uniquery very slow
When conect mysql remote
uniquery slow vs Firemonkey Win32
Re: How to conect interbase Togo?
Posted: Thu 03 Oct 2013 12:01
by AndreyZ
Please try creating a small sample that demonstrates the problem and send it to andreyz*devart*com , including a script to create a table you are using for testing.
Re: How to conect interbase Togo?
Posted: Tue 08 Oct 2013 13:05
by edmarfrazao
the problem was solved (it was something in the deploy)
UniDAC table or query in this same speed IBX
Re: How to conect interbase Togo?
Posted: Tue 08 Oct 2013 14:00
by AndreyZ
It is good to see that the problem was solved. If any other questions come up, please contact us.