How to conect interbase Togo?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
edmarfrazao
Posts: 15
Joined: Mon 23 Sep 2013 16:34

How to conect interbase Togo?

Post by edmarfrazao » Tue 24 Sep 2013 00:22

Sample for

Firemonkey
Mobile

AndreyZ

Re: How to conect interbase Togo?

Post by AndreyZ » Wed 25 Sep 2013 10:41

Take a look at the Mobile demo. You can find it in the %UniDAC_Demos_Install_Directory%\Demos\Miscellaneous\Mobile directory.

edmarfrazao
Posts: 15
Joined: Mon 23 Sep 2013 16:34

Re: How to conect interbase Togo?

Post by edmarfrazao » Wed 25 Sep 2013 10:53

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

AndreyZ

Re: How to conect interbase Togo?

Post by AndreyZ » Wed 25 Sep 2013 13:10

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.

edmarfrazao
Posts: 15
Joined: Mon 23 Sep 2013 16:34

Re: How to conect interbase Togo?

Post by edmarfrazao » Wed 25 Sep 2013 13:26

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

edmarfrazao
Posts: 15
Joined: Mon 23 Sep 2013 16:34

Re: How to conect interbase Togo?

Post by edmarfrazao » Wed 25 Sep 2013 14:20

the sample unidac run in ios

sqlite ok

interbase togo error

AndreyZ

Re: How to conect interbase Togo?

Post by AndreyZ » Tue 01 Oct 2013 10:47

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.

edmarfrazao
Posts: 15
Joined: Mon 23 Sep 2013 16:34

Re: How to conect interbase Togo?

Post by edmarfrazao » Tue 01 Oct 2013 20:11

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

AndreyZ

Re: How to conect interbase Togo?

Post by AndreyZ » Thu 03 Oct 2013 12:01

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.

edmarfrazao
Posts: 15
Joined: Mon 23 Sep 2013 16:34

Re: How to conect interbase Togo?

Post by edmarfrazao » Tue 08 Oct 2013 13:05

the problem was solved (it was something in the deploy)

UniDAC table or query in this same speed IBX

AndreyZ

Re: How to conect interbase Togo?

Post by AndreyZ » Tue 08 Oct 2013 14:00

It is good to see that the problem was solved. If any other questions come up, please contact us.

Post Reply