Search results

  1. amorosik

    ODBC-MS Access Connection Call Failed Error 3146

    I don't understand The vendor gives you an example that doesn't work?
  2. amorosik

    ODBC-MS Access Connection Call Failed Error 3146

    "..Here is the code provided by the vendors, but it keeps give me error.." And the vendors, what says?
  3. amorosik

    How to register library/reference from vba code?

    The PEPPE.ACCDE program was initially created without the use of external libraries In later versions, the PEPPE.ACCDE program began using external libraries A user attempting to use the latest versions of PEPPE.ACCDE without placing the external libraries in the correct location and registering...
  4. amorosik

    How to register library/reference from vba code?

    You are right
  5. amorosik

    How to register library/reference from vba code?

    Yes, of course, for native COM libraries, those written in C++, regsvr32.exe is fine I wrote regasm.exe because in my case, they are libraries created as dot-net assemblies, with c# language...
  6. amorosik

    How to register library/reference from vba code?

    Do you say that it is enough to run regasm.exe on a batch file even without logging in as admin?
  7. amorosik

    How to register library/reference from vba code?

    I understand These are libraries I created, not the standard ones provided with Access or already present in Windows For socket tcp, Mqtt, Firebird push message, etc...
  8. amorosik

    How to register library/reference from vba code?

    MySocketConnector.dll It is to replace MsWinsck.dll on systems using 64-bit Access.
  9. amorosik

    How to register library/reference from vba code?

    Ah ok A table with library <->guid
  10. amorosik

    How to register library/reference from vba code?

    Yes, it could be that the computer hasn't yet registered the required library.
  11. amorosik

    How to register library/reference from vba code?

    Ok, but once you know the guid, how do you know which library it corresponds to?
  12. amorosik

    How to register library/reference from vba code?

    All articles that show how to add a reference from codeAnd this is possible if you know which library you're talking about But when you loop to check if a library is available, and the code doesn't find it, how do you figure out which library it is and register it in the operating system?
  13. amorosik

    How to register library/reference from vba code?

    But when you see two libraries missing from your code, how do you figure out which ones you're talking about? And more importantly, how do you register them from VBA?
  14. amorosik

    Updating from Access 2013 to 365?

    Ah ok, then the image... The same form with many object, loaded some times, with LAA flag disable (8 forms), and enable (20 forms) And so with the 64bit version of Access, which by default can handle more memory than the 32bit version, it is certainly possible to load a greater number of...
  15. amorosik

    Hello from Portugal!

    Ciao Lahan You are welcome
  16. amorosik

    Updating from Access 2013 to 365?

    What do you mean "..too painful.."??? At the minutes I indicated, minutes 11.05, you can see that the test program form is loaded a maximum of 8 times While in the following case, minutes 22.22, the same form is loaded 20 times. The only difference is the activation of the Laa flag
  17. amorosik

    How to register library/reference from vba code?

    I have an Access procedure that searches for newer versions upon startup If available, downloads them to the root program directory and creates a new icon on the desktop to launch them Sometimes, newer versions require an additional library in the references; otherwise, the code won't work...
  18. amorosik

    Updating from Access 2013 to 365?

    Yes, we are talking about objects 11.05 22.22
  19. amorosik

    Updating from Access 2013 to 365?

    "...I've never seen..." Now you can see it
  20. amorosik

    Updating from Access 2013 to 365?

    Not for the graphics, which at least to me seem like a minor piece of crap But, in the 64-bit version, for the improved memory management, which allows you to avoid all the problems related to the number of objects usable within a single project, and this in itself seems to me to be a...
Back
Top Bottom