on 2014 Jul 09 6:03 AM
Hi,
in order to associate a mobile device operating an UDB with a logfile entry like
Request from "UL 16.0.1644" for: remote ID: 8c22b4ff-62aa-441b-a180-a409b75fa1d9, user name: ****, version: MLVER0004
I'd like to show the remote ID in an about box of the application which uses the UDB. Therefore I'm searching for a statement which returns the remote ID from the UDB. The MobiLink usernames are not unique in my project so I cant't use them to identify the device.
Any hints?
TIA, Chris Werner
I don't use UltraLite but that ID should be available as the "ml_remote_id" database property. It can be accessed (like other database properties) via the according UltraLite API or via SQL:
select db_property('ml_remote_id');
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Volker, that is exactly what I was looking for!
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
8 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.