Search results

  1. J

    Virus Trojan.Valyria.4814

    I do not know for sure whether Bitdefender is overly sensitive in a good or bad way or whether I checked the correct file on Virus Total. After running a complete system check in Bitdefender for the 3rd time it said it identified the specific virus and fixed the problem. From my research on the...
  2. J

    Virus Trojan.Valyria.4814

    None of AVs on VirusTotal indicated a problem.
  3. J

    Virus Trojan.Valyria.4814

    When I try to create .accde I get the following error In Bitdefender I get I read that Windows Defender can handle this threat. I made sure that Windows Defender runs on my pc. I also ran a System Check in BitDefender. Di dnot help. Any ideas?
  4. J

    Cannot connect to SQL Server on a network

    Success, but a few questions. I went through the list of the post you referred to above: Open SQL Server Configuration Manager Select SQL Server Network Configuration Chose your instance of SQL Server Make sure that TCP/IP protocol is enabled Right click TCP/IP protocol Select properties...
  5. J

    Cannot connect to SQL Server on a network

    Many thanks, I will check this this afternoon and see if it works. It is promising.
  6. J

    Cannot connect to SQL Server on a network

    Yes, the "Server" is a desktop pc. I believe this is the one thing we investigated.
  7. J

    Cannot connect to SQL Server on a network

    Will try thanks
  8. J

    Cannot connect to SQL Server on a network

    Will try thanks
  9. J

    Cannot connect to SQL Server on a network

    I am trying unsuccessfully to connect my O365 Access FE to the SQL Server on a network. On a standalone pc there is no problem. The SQL Server properties and Connect string are shown below: ODBC;DRIVER=ODBC Driver 17 for SQL...
  10. J

    Downloading an update - ACCDE

    As I mentioned, the update is on the Web, not on a local network. If there is no connection to the Internet, then obviously no update can take place, but if there is, the user is not asked to allow the update. The launcher db is cleaner, but it is a second db. Also, with a launcher db, the...
  11. J

    Downloading an update - ACCDE

    The updated .accde is on the Web and is only downloaded if there is an update. I investigated Pat's suggestion of copying the .accde each time, but does not work well, if the file is non the Web, The download does not take place within the actual Access app. The app calls another .accde which...
  12. J

    Downloading an update - ACCDE

    My approach is a single click approach. It automatically checks whether there is an update and if there is an update the current .accde must close so that it is substituted by the updated .accde and is reopened automatically. I have had problems with pending Access tasks. I manage the tasks...
  13. J

    Downloading an update - ACCDE

    Hi Pat, I was able to download the file from the Web by using something like curl "http://MYURL/Update.zip" -o "LOCAL-FOLDER\Update.zip" but since my application runs on a local network, downloading the .accde each time although it has its advantages, would require an Internet connection...
  14. J

    Downloading an update - ACCDE

    My new .accde/.accdr would be on the Web, not somewhere on the network. It would also be zipped. So the batch file would have to download the file from the Web, right?
  15. J

    Downloading an update - ACCDE

    Colin, I would like to make the process transparent to the user. I do not want to prompt the user to download. If there is a new version, the user will download it. No need to prompt to a Website.
  16. J

    Downloading an update - ACCDE

    Assuming that the original software is A.accde, the obvious solution would be to have a second file B.accde, which will handle the copying of the updated .accde. 1) In A.accde we check for an update and it it exists then calls B.accde Dim APP As Access.Application Public Sub subOpenDB() Set...
  17. J

    Downloading an update - ACCDE

    Thanks for your suggestion. My software automatically checks for a new version and I want the update to happen automatically. Asking the user to log in again is acceptable.
  18. J

    Downloading an update - ACCDE

    I want to automate downloading an update in the form of an ACCDE. I am able to check a URL for an updated ACCDE and download it to the user's pc. I cannot change the ACCDE which I am running to the update, unless I close the ACCDE. This would require running another program which would simple...
  19. J

    Access 2021 Runtime

    Apparently I need Microsoft 365 Access Runtime and the official place to download it is Download and install Microsoft 365 Access Runtime - Microsoft Support Challenge: Can you please point out where on this link I can download it?
  20. J

    Create DSN-less connection to SQL Server

    I wanted to come back to your suggestion about the use of an external file, to let you know that it proved necessary, especially when sending updates of the software. Thanks for the suggestion.
Back
Top Bottom