Note that there are some explanatory texts on larger screens.

plurals
  1. USAntonio Cunha Santos
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COIf the Domains "Trust" each other, it should work, check if the Domain Controllers trust each other and the firewall allows network trafic between them. You should be able to configure the autentication method of the DSN, there you may use an user account that is valid on the other domain using "user@domain.yourdomain" and a valid password for that user, with permissions to access the folder where the file is located.
      singulars
    2. COsaranya: check your permissions on the folder where the database is stored. The HY024 error is common when you dont have permissions to access the folder where the file is stored. It can also be a missconfiguration of the DNS, if you have it configured to use "Windows Authentication" it will work just fine in the local machine or in any machines inside the same Windows Domain, but outside your "user" that will be "guest", does not have the same permissions to access the folder.
      singulars
    3. COsaranya: if the file format is .mdb then when you open the file it creates a temp file, that will be deleted when the connection to the .mdb file is properly closed. For example, if an exception is throwed and not dealt with, the temp file will stay in the filesystem, preventing you from opening the .mdb file. Either you delete the temp file while debuging or you use try ... catch to deal with that task for you.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload