iOS Question iPAD & iPOD/iPHONE APP Development : Considerations concerning IDE and Database

h725

Active Member
Licensed User
Longtime User
Hello to everybody,

I would like to develop an App for iPOD/iPHONE and iPAD existing in
Clientside APP for iPOD/iPHONE which connects to the Database
through jRDC2 running on the iPOD. I also need an APP running
Serverside on the iPOD.

I use B4I for APP-Development for the iPOD/iPHONE.
I would like to know which PROS/CONS there are using:
B4J for APP-Development on the iPAD
PRO: B4J App could be used for other Operating Systems

I would also know which Database I should use. At the moment
I am using MS SQL Server on a Windows-System but this can not
be used on the iPOD.

Maybe you have some ideas.
Regards in advance

h725
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
I would like to know which PROS/CONS there are using:
B4J for APP-Development on the iPAD
PRO: B4J App could be used for other Operating Systems
CON: B4J apps won't run on an iPad...

- Colin.
 
Upvote 0

h725

Active Member
Licensed User
Longtime User
Thanks for the input.
I need a database with password protection for my project. SQLite obviously does not offer that.
Do you have an suggestions which database I should take for B4I development. (Target will be an IPOD.)
 
Upvote 0

mike2ppc

Member
Licensed User
Longtime User
Thanks for the input.
I need a database with password protection for my project. SQLite obviously does not offer that.
Do you have an suggestions which database I should take for B4I development. (Target will be an IPOD.)

how about using sqlite without database encryption, and applying the encryption when writing and decrypting when reading the field content, which should be sufficient in most cases, since the goal is to protect the content and not the database structure itself.

iRSA - RSA encryption / decryption
 
Upvote 0

h725

Active Member
Licensed User
Longtime User
Thanks für die Information. I would prefere a password protected database solution due to better comprehend the data in an editor if you have to find bugs/mistakes.
 
Last edited:
Upvote 0
Top