How to conect interbase Togo?
-
edmarfrazao
- Posts: 15
- Joined: Mon 23 Sep 2013 16:34
How to conect interbase Togo?
Sample for
Firemonkey
Mobile
Firemonkey
Mobile
-
AndreyZ
Re: How to conect interbase Togo?
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?
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
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?
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?
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
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?
the sample unidac run in ios
sqlite ok
interbase togo error
sqlite ok
interbase togo error
-
AndreyZ
Re: How to conect interbase Togo?
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?
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
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?
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?
the problem was solved (it was something in the deploy)
UniDAC table or query in this same speed IBX
UniDAC table or query in this same speed IBX
-
AndreyZ
Re: How to conect interbase Togo?
It is good to see that the problem was solved. If any other questions come up, please contact us.