Search results

  1. amorosik

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

    This one "..you are asking a very BIG ask for Access.." If it had been simple, I wouldn't have asked .😁
  2. amorosik

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

    I asked a question that seems pretty specific There may be answers that address the issue Or there may not be a solution to what i am asking But what you write is "...but people here do not..." or "...It's just that others here see other roads..." has nothing to do with the problem posed or the...
  3. amorosik

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

    And one of the information provided is the exclusion of periodic querying of the db server Yes sure But I expressly excluded it from the possibilities
  4. amorosik

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

    Perhaps I'm not using the terms correctly because I'm translating from my native language to English But the key point is that method 2, which I believe to be feasible, cannot be considered "polling," even if the external script were only used to "launch" the function within the Access code and...
  5. amorosik

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

    "..The "function in Access code" has to check for the message, i.e. polling.." No, it's not a periodic, continuous query It would be about retrieving the information needed to manage the function That's something entirely different, a read performed one time and only when there's actually...
  6. amorosik

    How can I read newly received invoice files without having to re-read the old ones?

    I can't touch the files I'm working on in any way Anyway, yes, the 'hidden' file idea seems like a good idea, I hadn't thought of that.
  7. amorosik

    How can I read newly received invoice files without having to re-read the old ones?

    The files that arrive are the sales invoices that suppliers send us, we have no control over the file type
  8. amorosik

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

    No, the operations performed by the Access code are irrelevant They could be operations that need to be completed quickly, or operations that can simply be displayed on screen and then the operator can check when they're at their workstation My question is how to get SQL Server to communicate...
  9. amorosik

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

    No, the important thing is to find a way of asynchronous communication between the database server and individual workstations, a system to alert workstations when something happens to the data. Even how the data is processed isn't important; each workstation could react differently
  10. amorosik

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

    I don't quite understand this one Suppose there are three workstations, PC1, PC2, and PC3 If PC1 modifies a record in the item table, how would PC2 and PC3 be informed?
  11. amorosik

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

    So it all seems to be based on this 'service broker' Yes, that's what I was looking for. I'll try to look into it now.
  12. amorosik

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

    Okay, this could be a possibility
  13. amorosik

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

    No, polling db is not acceptable
  14. amorosik

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

    "..this implies either that you will be available and online.." no If the operator is available when the ARTICLES table is modified, the system sends the message to the workstation, the operator can react and perform the required operations If the operator is not present at that time, nothing...
  15. amorosik

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

    How can SQL Server send a "message" to an Access procedure when a certain condition occurs in the data? For example, suppose we have an ARTICLES table that, in addition to other fields, also has ARTICLES_ID as the primary key Suppose the condition is "any change to a record" Suppose the article...
  16. amorosik

    Has anyone integrated n8n.io automation with an Access project?

    I don't quite understand one thing Suppose you install it on a local system, within your LAN, then you can use it without paying anything? And then, what's the connection between n8n and the local management system?
  17. amorosik

    UK Online Safety Laws - I, and therefore the site, are at risk

    Sorry, but I'm still collecting 'saying' What exactly mean "..You have hit the nail on the head.." ?
  18. amorosik

    Fast 5th Generation SSD Transfer Rate

    The latest-generation drives are really very fast Until a few years ago, the disk was the bottleneck, but fortunately that's no longer the case On this laptop, which is nothing special, I divided the main drive into two 500 GB partitions Copying large files (a 40 GB virtual machine) from drive...
  19. amorosik

    Socket tcp communication for Access 64bit - what we can do?

    Yes, in the example above, the communication is between PCs, or rather between individual modules on the same PC In reality, this is only to get the code working on the client workstations The actual communication is between program X installed on the central server, which sends commands to the...
  20. amorosik

    How to query db with memory array data?

    Yes, like a classic join between two tables I'd like to understand how, and if it's possible, to use an in-memory structure (an array of integers, a disconnected DB ADO recordset, or similar), instead of a database table to create a query or function that returns the same results as a database...
Back
Top Bottom