Hi all,
I'm using Unidac to connect a firemonkey application whit a sqlite database.
On Iphone/IPad simulator it works fine because I copy by hand sqllite db in Documents path of app.
If I deploy my application in a real device, it don't work: I think that sqllite db isn't deployed in Documents dir of the app.
How can I copy by code my database in Document?
Thanks
Flavio
Sqlite on real device
Re: Sqlite on real device
Hallo,
here is a possible response:
https://forums.embarcadero.com/thread.j ... 3&tstart=0
Best Regards,
Cristian Peta
here is a possible response:
https://forums.embarcadero.com/thread.j ... 3&tstart=0
Best Regards,
Cristian Peta
Re: Sqlite on real device
Hello,
For the time being, when developing iOS applications, there is no engine for automatic moving of files to an iOS device in XE2, you can move files manually. Such engine may become available in Embarcadero RAD Studio Mobile.
For the time being, when developing iOS applications, there is no engine for automatic moving of files to an iOS device in XE2, you can move files manually. Such engine may become available in Embarcadero RAD Studio Mobile.
-
isysoftware
- Posts: 44
- Joined: Wed 14 Nov 2012 17:33
Re: Sqlite on real device
Hi CristianP, thanks for your reply.
This post, in Embarcadero's forum has been writed by me
I think that isn't impossible that there isn't anyone that have used a sqllite database in a real firemonkey application.
I have bought Unidac for this pourpose and now I'm not able to use it whit a real app.
This post, in Embarcadero's forum has been writed by me
I think that isn't impossible that there isn't anyone that have used a sqllite database in a real firemonkey application.
I have bought Unidac for this pourpose and now I'm not able to use it whit a real app.
CristianP wrote:Hallo,
here is a possible response:
https://forums.embarcadero.com/thread.j ... 3&tstart=0
Best Regards,
Cristian Peta
Re: Sqlite on real device
Hello,
UniDAC is designed for data access. And application deployment, transfer of necessary files to a target PC are prerogative of the IDE, if it has such functionality, or the application that creates the installation package, or a developer having written the needed code for this. Since when developing an iOS application in XE2, xCode is used for application compilation and deployment, the file transfer procedure must be implemented with this tool, therefore you should contact Embarcadero or xCode developers with this question.
UniDAC is designed for data access. And application deployment, transfer of necessary files to a target PC are prerogative of the IDE, if it has such functionality, or the application that creates the installation package, or a developer having written the needed code for this. Since when developing an iOS application in XE2, xCode is used for application compilation and deployment, the file transfer procedure must be implemented with this tool, therefore you should contact Embarcadero or xCode developers with this question.
-
isysoftware
- Posts: 44
- Joined: Wed 14 Nov 2012 17:33
Re: Sqlite on real device
AlexP,
I haven't said that Unidac don't work!
I have used this forum to find a Unidac user/developer that has had my same problem.
rather, I think UniDAC could be a great opportunity for Delphi deveoper to produce great firemonkey application for iOS.
Thanks.
I haven't said that Unidac don't work!
I have used this forum to find a Unidac user/developer that has had my same problem.
rather, I think UniDAC could be a great opportunity for Delphi deveoper to produce great firemonkey application for iOS.
Thanks.
Re: Sqlite on real device
Hello,
Unfortunately we have not found a possibility to automatically deploy additional files (in particular the database files) in applications for iOS to a real device when developing applications in RAD Studio XE2. As I wrote above, this functionality may become available in Embarcadero RAD Studio Mobile.
Unfortunately we have not found a possibility to automatically deploy additional files (in particular the database files) in applications for iOS to a real device when developing applications in RAD Studio XE2. As I wrote above, this functionality may become available in Embarcadero RAD Studio Mobile.