cancel
Showing results for 
Search instead for 
Did you mean: 

Persistance query

Former Member
0 Kudos

Hi all,

I was working on the persistance API of MI, I want to know that if information that is savd through PersistanceManager is save to some local database??

If yes then which database it is saved to.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sandeep,

Please go through this link

I hope you can find some useful information from this,

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/devonme/api_overview.h...

Best Regards,

Deepak

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank u friends.. this was a great help

Former Member
0 Kudos

hello sandeep,

your data files will be saved in the <MI_DIR>\data\<CONVID>

directory where the <CONVID> is the conversation id of your

application. now regarding which file: all data files have

an extension of .dat. the filename depends on the the class

descriptor which you specify for your objects.

for smartsync:

e.g. all headers (TOP rows) for the syncbo named ZBOTEST are

saved inside the cZBOTEST_TOP.dat. child rows named as 010

and 020 are saved in the files cZBOTEST_010.dat and

cZBOTEST_020.dat respectively.

hope this helps.

regards

jo