Recent content by GPGeorge

  1. GPGeorge

    Inconsequential Query

    Cool. We all have a lot of options for remaining connected. This has, unfortunately, drifted away from the original topic of the discussion, which was "I would be intrigued to know what other back ends our contributors may currently use?" One response was about using PowerApps, as well as...
  2. GPGeorge

    Inconsequential Query

    Good point. So if you have both a phone and a tablet, that is another option you can use that combination to get connectivity. The main difference, I guess, is one device (cellular enabled tablet) to carry vs two devices (tablet + smart Phone). The point I was really trying to make, though...
  3. GPGeorge

    Inconsequential Query

    Interesting. Here's what Claude told me: Phone Link is a Microsoft app that connects your Android phone or iPhone to your Windows PC, letting you access your phone's features directly from your computer. What it does: Messages: Send and receive text messages from your PC Calls: Make and...
  4. GPGeorge

    Inconsequential Query

    Are you saying that the Phone Link only connects tablets to smart phones?
  5. GPGeorge

    Inconsequential Query

    Good question, I assume so. But that begs the question as to whether, being connected through Windows Phone Link, the smart phone gains access to an internet connection.
  6. GPGeorge

    Inconsequential Query

    Thank you. The relevant factor here is that, with a cellular enabled tablet, or a smart phone, a user can run a PowerApps app regardless of whether they are connected via WiFi to a network or to the internet or not. The smartphone provides the connection. This is in contrast to the availability...
  7. GPGeorge

    Inconsequential Query

    Feature Cellular-Enabled Tablets Non-Cellular Tablets Internet Connectivity Can access the internet via cellular networks Depends on Wi-Fi for internet access Mobility More mobile; can use data on the go Limited to Wi-Fi availability Cost Generally more expensive due to cellular features...
  8. GPGeorge

    Inconsequential Query

    Perhaps I chose the wrong way to describe the difference I'm pointing out. I distinguish here between a cellular connection through a phone while not connected to the internet via Wifi and an internet connection via Wifi to an internet host or to a network. For example, I can connect my iPhone...
  9. GPGeorge

    Solved Proofing lineup order of library references

    And how is db defined?
  10. GPGeorge

    Solved Proofing lineup order of library references

    What exactly is the error and error description?
  11. GPGeorge

    Inconsequential Query

    You didn't call out what I consider to be the primary benefit of this architecture. That is that a PowerApps app, linked to SharePoint Lists and running on a smart device -- phone or cellular-enable tablet, does not require an internet connection. Your ERP is not just online; it's available...
  12. GPGeorge

    Solved It takes too long to download data from server

    Good point. Essentially what you are passing here is very close to the structure of a Stored Procedure. CREATE OR ALTER PROCEDURE sp_UpdateCompanyType ( @iComp AS INT = 4, @iCompType AS INT = 2 ) AS BEGIN SET NOCOUNT ON UPDATE tblCompany SET CompanyType = @iCompType WHERE...
  13. GPGeorge

    Solved It takes too long to download data from server

    The data in views may or may not be editable either in SQL Server, via SSMS, or when linked in Access. It depends on how the view was created. The same is true of SELECT queries in Access, btw. The data returned by a SELECT query may be editable or not. I wasn't as thorough in discussing...
  14. GPGeorge

    Solved It takes too long to download data from server

    Um, while it is true that Pass Thru queries are read-only in Access, and that the term "Pass-Thru" means that the ACE engine is by-passed, I'm not sure the conclusion reached in your first statement is accurate. As you note, Access sees the linked view as just another table, and an Access query...
  15. GPGeorge

    Interfacing Access With Arduino Device

    I'm not suggesting you try what was described. I'm suggesting that, since you are embarking on a new direction of development, there might be useful information available in that discussion regarding interactions with IoTs.
Back
Top Bottom