cancel
Showing results for 
Search instead for 
Did you mean: 

local iPhone database and SUP

Former Member
0 Kudos

If I have the results of e.g. bapi_salesorder_getlist from the Unwired Server onto the local iPhone database,

is there a way to search the resultset within the local database?

Accepted Solutions (1)

Accepted Solutions (1)

Herwig
Explorer
0 Kudos

Hello,

Please have a look at [;

There I explaines how to solve your Problem.

Regards, Herwig

Former Member
0 Kudos

Thanks Herwig. As I had said in the other post, I was still to try it, I have now tried and it works beautifully.

Answers (2)

Answers (2)

0 Kudos

While connecting to sampleDB from sup my app is running fine from iphone.

I have generated my MBO MY flights from sup and my device is also registered in Sybase.

But while using the above example (MyFlights) which you have provided I am getting error as login failed in my console.

I followed the bellow link.

/people/joseph.berthe/blog/2010/10/20/sybase-unwired-platform-for-iphone-40-part-12

Former Member
0 Kudos

Every iPhone Application which uses the local DB and runs on a simulator, saves the DB file to directory : \user\Library\Application Support\iPhone Simulator\Applications\...blah...blah...... NAVIGATE TO THIS PATH in the TERMINAL.. and do a SQLITE QUERY . As simple as that.

>sqlite3 ApplicationName.db

Former Member
0 Kudos

Kiran, I'll surely try your recommendation as well. Can you point me to links where I can see how to use this db file and sqllite in application code for iOS? Thanks.