Search results

  1. amorosik

    32-bit + 64-bit

    https://www.microsoft.com/software-download/windows11 https://www.microsoft.com/software-download/windows10
  2. amorosik

    Which technology is best to learn between front-end and back-end development?

    There are different development environments for creating apps for Android and iOS Each with advantages and disadvantages compared to the others LOW DIFFICULTY Check https://appinventor.mit.edu/ it allows you to quickly create apps for both Android and iOS It is simple to use to get...
  3. amorosik

    Twin Basic - what do you think?

    If it could simply be a VBA Ide replacement, considering that by attaching an external db server to it it would become what Access is now, then it would already be more than sufficient
  4. amorosik

    Who keeps Access opened 2 ?

    If you review post #30 you will understand that the db server allows you to track connected users On REMOTE_PROCESS field there is a name of executable/runtime connected But does not allow you to see which program is used to connect (for different Access procedure it show '..msaccess.exe' for...
  5. amorosik

    Who keeps Access opened 2 ?

    No, on db the MON$ATTACHMENT table is like this: On MON$REMOTE_PROCESS field you can see that ther is the same name, and are different procedure But on db table appear only the name of runtime enviroment
  6. amorosik

    Who keeps Access opened 2 ?

    Yes, on Remote_Process field there is: - C:\Program Files (x86)\HK-Software\IBExpert\IBExpert.exe - C:\Program Files\Microsoft Office 15\Root\Office15\MSACCESS.EXE - C:\Program Files\Microsoft Office 15\Root\Office15\MSACCESS.EXE but, in the second and third rows the Process Name is the same...
  7. amorosik

    Who keeps Access opened 2 ?

    The data is in the Firebird server db, there is no accdb file with the data And using the db server functions to check the connected users doesn't help me, because the individual workstations could have other programs that access the same data on db server I remember the problem I would like to...
  8. amorosik

    Who keeps Access opened 2 ?

    Yes, I think this is a valid possibility Now I'll see if I can understand more about it.
  9. amorosik

    Who keeps Access opened 2 ?

    My 'backend' is a Firebird db server And 'active logins' on db server is of no help in my case
  10. amorosik

    Who keeps Access opened 2 ?

    Pc1, is a db server with Firebird 3.0 Pc2 is workstation 1, connected to db server via odbc Pc3 is workstation 2, connected to db server via odbc Pc4 is workstation 3, connected to db server via odbc Every workstation has own Access procedure, on local disk It is important to note that the...
  11. amorosik

    Who keeps Access opened 2 ?

    Thanks, I'm seeing Allen Browne's example now But an accdb file with the data is used Are you saying that the same system is usable even if the db server is accessed via odbc?
  12. amorosik

    Who keeps Access opened 2 ?

    I don't understand what you mean The 'shared server' is a Firebird db and can also be accessed by other programs besides the one I would like to monitor And so it's not a feature that I can 'see' on the db server
  13. amorosik

    Who keeps Access opened 2 ?

    "..A websocket running from a web browser control.." I don't understand exactly what you mean Can you give me some links/examples/documentation to study and follow?
  14. amorosik

    Who keeps Access opened 2 ?

    Suppose we have a server database and many workstations each with its own copy of the Access procedures In this situation it is not possible to use the laccdb file because each workstation will have its own How to detect (from any workstation) which workstations have the Access program running...
  15. amorosik

    Twin Basic - what do you think?

    Wich VbForums exactly ?
  16. amorosik

    Solved Import Access 2.0 database to Access 365

    Queries were also imported And queries should be objects To be honest, the only module present has not been imported, and requires loading the Access 2.0 converter It remains to be understood whether it is sufficient for @emnow to have the data included in the tables or whether he wants all the...
  17. amorosik

    Solved Import Access 2.0 database to Access 365

    ??? From my experience using only Access 2003 it is possible to import structure and data from tables of an Access 2.0 format file And to be sure, I gave it a try before posting and it seems to work fine Yes, the message appears stating the need to install the Access 2.0 converter But in...
  18. amorosik

    Twin Basic - what do you think?

    Ok but for the basic data-bound controls? Datagrid, textbox, combo, lisytbox....
  19. amorosik

    Solved Import Access 2.0 database to Access 365

    All you need is Access 2003 First create a blank file mdb, in Access 2003 format Then open it and import the data from the file in Access 2.0 form (Access 2003 import correctly from 2.0 version) At this point you will have the file in Access 2003 mdb format, which is readable by practically all...
Back
Top Bottom