Recent content by tmaccabe

  1. tmaccabe

    SharePoint List- Data loss using bound Access Form

    Do you think record locking would help, or any other changes from default settings?
  2. tmaccabe

    SharePoint List- Data loss using bound Access Form

    I have not looked for records with negative IDs. If I find one it indicates a record not updated? Is this only for new records?
  3. tmaccabe

    SharePoint List- Data loss using bound Access Form

    Clear Cache On Close is not enabled.
  4. tmaccabe

    SharePoint List- Data loss using bound Access Form

    It's like the user leaves the record and comes back and their changes are missing.
  5. tmaccabe

    SharePoint List- Data loss using bound Access Form

    Sorry guys, brain fart there on bound unbound. Talking bound forms.
  6. tmaccabe

    SharePoint List- Data loss using bound Access Form

    My users are occasionally experiencing data loss in their bound forms linked to SharePoint Lists. Caching is enabled for v2010 and later. Advanced Client Settings are default and shared with no locking and with default encryption. Form Recordsets are Dynaset. I'm guessing that our connection...
  7. tmaccabe

    Linking to Dataverse - I have questions

    Can you explain why/how Access queries are faster connected to Azure SQL that they are with a SharePoint List or DV table? It seems that both a List and a DV table are cached solutions, so I'm sure that's part of it. But I don't know why.
  8. tmaccabe

    Linking to Dataverse - I have questions

    Just a small Hobbit in a big world, learning to work with what I have. I'm going to have to learn Power Apps.
  9. tmaccabe

    Linking to Dataverse - I have questions

    Been doing some testing with an Access table of 60k rows. It took roughly about 45 min (each) to upload this table to both a List and a DV4T table. After an initial 2-3 minutes to cache, select queries on these were equally responsive. Copying one text column to another (for all rows) required...
  10. tmaccabe

    Linking to Dataverse - I have questions

    Thanks George. For all the talk of scalability, a cached set of tables will just get slower and slower the bigger they get. So is DV scalable for Access, not so much. Seeing that CData ODBC driver sure gave me hope that MS would provide the same. I’m running lists that I expect will grow to...
  11. tmaccabe

    Linking to Dataverse - I have questions

    Just tested, in the Access Query Designer, if you create a query of a Dataverse table, press Pass-Through, and then Run, it pops-up an ODBC data source selector. This implies the Microsoft connector is not ODBC. Bummer. Isn’t that just like MS? Advertise an ODBC layer, and then not make an...
  12. tmaccabe

    Linking to Dataverse - I have questions

    I'm talking about linked tables with Dataverse tables as the source.
  13. tmaccabe

    Linking to Dataverse - I have questions

    I've learned enough about building and querying SharePoint lists to be dangerous. It's all about the cache and its size, and whether you are updating many rows. It's also about understanding the impacts of changing list settings and of dropping new front-ends while users are connected. The...
  14. tmaccabe

    Distributing New Access App using LAN: Is this a reasonable approach?

    One approach to ensure that a FE isn't inappropriately opened/replaced/deleted on a network share is to ensure that no one but admin has modify permissions to its folder. Permissions for the BE location must include modify, so hide this LAN/WAN location as best you can. I popup a message (and...
Back
Top Bottom