Hi,
I'm developing an MI based demo application and want to connect to database db2 on the mobile device. In the cilent APIs I could not find anything where I can specify the database or option for using serialization for that matter. Has anybody tried to connect with database? Please guide.
Regards,
Ravi Sharma
HCL Technologies
SAP Netweaver COE
You can't do it from the API.
MobileInfrastructure (former MobileEngine) is a <i>framework</i> used for <b>connecting to</b> and <b>extracting data from</b> R/3 backend. There are just two ways to do it - Generic Sync or Smart Sync.
If you want to do direct database connection, you have to use the Java Platform features, JDBC or what driver you have on the mobile device. Howsoever, this is little wrongly.
Just curious, what for mobile device you bear in mind? SAPDB and MobileEngine are not designed for PocketPC. 😊)
Anyway, this is a funny problem, please share your experience about it, when you establish the connection.
Good luck,
Todor
Add a comment