Search results

  1. amorosik

    What pc hardware/software to speed up Microsoft Access?

    The question isn't about which algorithm is better than another; it's clear that optimized code is faster than code that's just written the first time But that's not the question The question is "...which hardware/software guarantees better performance for an Access procedure..." Where with...
  2. amorosik

    How can I create an Access extension for editing code following a particular key combination?

    Just search, anyone can scroll through the posts of any user and check for themselves
  3. amorosik

    What pc hardware/software to speed up Microsoft Access?

    A poor design will benefit from improved hardware performance just as much as a good design
  4. amorosik

    How can I create an Access extension for editing code following a particular key combination?

    It's best to remind Isladogs of this, I was simply responding to his comments.
  5. amorosik

    Interfacing Access With Arduino Device

    It depends on how you connect the Arduino board to the outside world If you connect via Wi-Fi and associate a fixed IP address with the board, the board effectively becomes a web server, which you can query from Access with an HTTP GET request Better still, if you install an MQTT client on the...
  6. amorosik

    How can I create an Access extension for editing code following a particular key combination?

    So there are two of you who can't see well
  7. amorosik

    How can I create an Access extension for editing code following a particular key combination?

    That you're wrong is sure "..I have never seen..." yes, maybe you're not seeing clearly
  8. amorosik

    How can I create an Access extension for editing code following a particular key combination?

    Of course, I wrote about this function How to create a similar functionality in house
  9. amorosik

    How can I create an Access extension for editing code following a particular key combination?

    Why do you think I don't put into practice the advice that I think solves the question asked? Also, why do you think a theoretical exercise is less important than something you actually use in some application?
  10. amorosik

    How can I create an Access extension for editing code following a particular key combination?

    I use MZ-tools, and one of the features I use most frequently is adding error routines, line numbering, and line de-numbering Many forum users will surely be familiar with Mz-Tools, as it's a truly useful tool How can I achieve the same effect (inserting a few lines of code with variables taken...
  11. amorosik

    What pc hardware/software to speed up Microsoft Access?

    1 second from better cpu 1 second from better disk 1 second from better s.o. are 3 second !!!
  12. amorosik

    What pc hardware/software to speed up Microsoft Access?

    Yes, sure But only focused on Microsoft Access, wich hardware+software combination?
  13. amorosik

    What pc hardware/software to speed up Microsoft Access?

    Ok, i write Sql Server + odbc only for define a system But for Access code? Which hardware+software system reach the better performance?
  14. amorosik

    What pc hardware/software to speed up Microsoft Access?

    Let's assume that the RAM is sufficient to completely contain both the operating system and all the applications currently running.
  15. amorosik

    What pc hardware/software to speed up Microsoft Access?

    Let's assume that the Access procedure is running on PC1, which accesses data on the locally installed SQL Server, through the ODBC driver
  16. amorosik

    What pc hardware/software to speed up Microsoft Access?

    You say that the same procedure on Access 64bit is faster then 32bit version? Mmmm... What mean exactly "P2 hard drive" ? Fast single core cpu, then for Windows actually Intel i9 285K is the best?
  17. amorosik

    What pc hardware/software to speed up Microsoft Access?

    What PC hardware/software is needed to run Microsoft Access quickly? Suppose Access is the only application running on a computer What hardware, operating system, and configuration is recommended to maximize the performance of the running application?
  18. amorosik

    How Sql Server can interact with Microsoft Access (or other application) ?

    No, I just tried it and it doesn't seem to work. I tried with a virtual machine on which I shared c:\driver And when I set the local program to \\pc2\driver (or even \\pc2\driver\ ), it doesn't seem to 'see' the changes. It seem that wmi cannot monitor remote share
  19. amorosik

    How Sql Server can interact with Microsoft Access (or other application) ?

    Do you think remote directories could also be monitored? I mean, if individual clients monitored a directory that the server uses, then this client-side code would suffice.
Back
Top Bottom