multi-user

Does In App Billing support multiple accounts?

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-27 06:00:41
问题 Does InApp billing (V2 or V3) works for a user who uses several accounts and makes the purchase with an account that isn't the primary one? PD: Some explanation required, no simple Yes/No 回答1: In App Billing support multiple accounts reported as a bug in code.google, have a look at it According to Mr.Sergej (posted in G+ android dev community) in-app products purchased with the first account won't be active anymore while using multiple user accounts!. 回答2: InApp billing just charges the user

Is MS Access (JET) suitable for multiuser access?

早过忘川 提交于 2019-11-27 04:15:31
I have a product designed to be a desktop product using MS Access file as a DB. Now, some users need to install it in a few PCs (let's say 2 or 3) and SHARE the database. I thought to place the MS Access file in a shared folder and access it from the PC, but... the JET Engine is designed for multiple user access? Any tips or things to be aware of doing this? EDIT: The app is a .net one, using the database as storage (not using the database as frontend) There is so much misinformation in the answers in this thread that I don't know where to start. I just spent 4 points in reputation voting down

Setting up an MS-Access DB for multi-user access

瘦欲@ 提交于 2019-11-26 16:10:29
We're thinking of "growing" a little MS-Access DB with a few tables, forms and queries for multiple users. (Using a different back-end is another, but more long-term option that is unfortunately currently not acceptable.) Most users will be read-only, but there will be a few (currently one or two) users that have to be able to do changes (while the read-only users are also using the DB). We're not so much concerned about the security aspects, but more about some of the following issues: How can we make sure that the write-user can make changes to the table data while other users use the data?

Implications of Android multiple user support (new in 4.2) for server side data model (e.g. android_id)

旧城冷巷雨未停 提交于 2019-11-26 14:04:22
问题 Google has just released Android 4.2, which includes support for multiple user profiles on a single device: http://developer.android.com/about/versions/android-4.2.html#MultipleUsers. Google says that this will be transparent to apps, but I think it could have an impact on the data model used to identify devices, users, and installations. One issue is the use of android_id. The advice on the linked page above suggests identifying a device by one of the methods other then android_id, but I

Is MS Access (JET) suitable for multiuser access?

冷暖自知 提交于 2019-11-26 11:07:22
问题 I have a product designed to be a desktop product using MS Access file as a DB. Now, some users need to install it in a few PCs (let\'s say 2 or 3) and SHARE the database. I thought to place the MS Access file in a shared folder and access it from the PC, but... the JET Engine is designed for multiple user access? Any tips or things to be aware of doing this? EDIT: The app is a .net one, using the database as storage (not using the database as frontend) 回答1: There is so much misinformation in