Recent content by riktek

  1. riktek

    Best approach for temporary A2003 installation

    Of course, and there also is the "Windows Sandbox," which seems to be a "VM-lite," although I haven't had reason to look into it until now.
  2. riktek

    Best approach for temporary A2003 installation

    That's the obvious safe route. I worked extensively with VMware on Linux for more than a decade, so that's familiar ground. VirtualBox is quite similar. I've known of Proxmox for years but haven't had hands on. It looks preliminarily as if VMware Player, the free version of Workstation...
  3. riktek

    Best approach for temporary A2003 installation

    Thanks. The VM approach is, of course, the most iron-clad solution. I'm currently running Windows on bare metal, so don't for the time being have the (relevant) hypervisor and VM catalog setup I've had before. It's familiar ground, though, just a bit more friction. I'm pretty certain A2003...
  4. riktek

    Webbrowser in Form without Control !!!! Years to late....

    FYI, ******** has posted a teaser on this topic specifically, in recent days.
  5. riktek

    Best approach for temporary A2003 installation

    I am contemplating a temporary installation of A2003 to convert some earlier format MDBs that A2007 et seq. cannot open, to A2003 MDB format, which the later versions can open. It's easiest to do this on my production workstation, on which resides Office 2019, 64-bit. Published sources suggest...
  6. riktek

    Windows 10 End of Life

    I don't know what it means for a file to "live in native Linux." I do know what it means for a file to exist in a file system, for a file server to provide it to a client, to be opened, and to be executed. An ACCDB can exist without difficulty on a Samba share of a Linux or other filesystem...
  7. riktek

    Windows 10 End of Life

    We also don't conflate a kernel-based virtual machine with those running on other hypervisors. It isn't a generic term. Used generically, it is ambiguous.
  8. riktek

    Windows 10 End of Life

    False. False. No such drawbacks exist. An ACCDB on a Linux Samba share of a directory on an ext4 file system can readily be opened directly to do each and every one of these things. I've done all of them countless times, without a hint of difficulty. Spinning off into tangential discussions...
  9. riktek

    Windows 10 End of Life

    My development machine for years was a Win10 VM running on VMWare Workstation on Ubuntu Linux. All files were on Samba shares on an ext4 partition on the same machine. I never encountered even a hiccup with an Access back end file. In fact, the machine had no NTFS partitions at all. Even the...
  10. riktek

    Windows 10 End of Life

    Actually, an Access BE runs fine when on an ext4 partition with Samba authentication running on Linux. I did it for years. An Access BE doesn't run in place, it's opened by the FE.
  11. riktek

    Programmatically construct a constant's name and return its value

    I understand well the distinction between compiled and interpreted code. No reason exists to suggest otherwise. I also don't conflate expansion with compilation. So, among other things, this means I do not call symbol-table isolation a design defect. Bash is indeed the Bourne (Again) SHell...
  12. riktek

    Programmatically construct a constant's name and return its value

    I take the point and understand why you might think that. Actually, I'm casting desperately for understanding for want of documentation providing it. My only expectations are those that someone else's documentation articulate. When someone else's language deviates from someone else's...
  13. riktek

    Programmatically construct a constant's name and return its value

    [facepalm] Of course. I stand corrected, and thanks. Good to know about that. I'm careful with scope so don't usually require them but things happen.
  14. riktek

    Programmatically construct a constant's name and return its value

    I finally got a readable presentation of your code and thanks for the ideas. Yes, all those things will work. This is just one step in a refactoring exercise that I describe in my response to @MajP 's comment. The data will migrate to a table in time but that has some dependencies and for...
Back
Top Bottom