Connecting IOS Device to IBM DB2 using JDBC Bridge

1k Views Asked by At

i'm having basic questions about the functionality of JDBC. My IOS App needs a db2 connection. Since the IOS SDK dont have a db2-odbc connectivity i need a bridge to translate db2 commands to JSON/XML and vice versa. Is it possible to realise a java application acting as the target for my IOS App and forwarding everything to the db2 server?

1

There are 1 best solutions below

4
On

Yes it is possible to realise such an application. IBM Data Studio allows you to generate a REST or SOAP-based web service that you can then deploy in a Java container of your choice. More details on IBM DeveloperWorks.