DesadaptadoDimensional 0 Posted June 17, 2021 (edited) Hello everyone, I am a 1st year programming student. Today I have not been able to present my project, which uses .accdb databases through FDTable, FDConnection and DataSource although it works correctly on my computer. but not in others I thought that the problem was related to the database path, but I use a cloud, which is where I install my Delphi files and projects, so in principle the path always remains the same... I don't know what the problem is. I attach my project, with the dproj file if you want to have a look at the code, and also the executable. Also a screenshot of the error. Thanks and best regards https://www.mediafire.com/file/ofiicfhuv69af8t/managerv1.7z/file Edited June 17, 2021 by DesadaptadoDimensional Share this post Link to post
Der schöne Günther 316 Posted June 17, 2021 You seem to be using FireDAC to access a Microsoft Access file. I don't understand the language you have on screen, but entering the terms "ace dsn jet" from your error message into an internet search engine reveals that the computer you're trying to run it on does not seem to have the necessary ODBC drivers for accessing the database file. Does installing the following help? Download Microsoft Access Database Engine 2016 Redistributable from Official Microsoft Download Center PS: The Windows "Sandbox" is a great feature to test if your program runs on other machines that do not have additional software installed (requires Windows Professional, I think). 1 Share this post Link to post
DesadaptadoDimensional 0 Posted June 18, 2021 Hello, thank you for your reply. Sorry, I didn't realise it included parts in Spanish. It says: EXCEPTION EMSACCESSNATIVEEXCEPTION IN MODULE MANAGER.EXE AT 00268D9E FIREDAC PHYS ODBC MICROSOFT ODBC MICROSOFT ODBC MICROSOFT ACCESS DRIVER GENERAL ERROR UNABLE TO OPEN REGISTRY KEY TEMPORARY VOLATILE ACE DSN FOR PROCESS 0X1384 THREAD 0X1710 DBC 0X19DD42C JET I downloaded that setup in other computer, unfortunately, after install it, the error exception stills... Its weird but only works on my computer. Share this post Link to post
david_navigator 12 Posted June 18, 2021 Does the info here help at all ? https://stackoverflow.com/questions/26244425/general-error-unable-to-open-registry-key-temporary-volatile-from-access Share this post Link to post
haentschman 92 Posted June 19, 2021 Hi... [OT] Quote which uses .accdb databases Why ACCESS? For sado/maso there are corresponding places... If you want a simple and working database...u can use Firebird. Small and easy to install. Embedding and Server use. https://www.firebirdsql.org/en/firebird-3-0/ [/OT] Share this post Link to post
Guest Posted June 20, 2021 @haentschman all the love for Firebird!! Frickin' cool RDBMS engine 🙂 W/o the big companies meddling (a.k.a foundation-based). @all, check out 4.0. Just released! Share this post Link to post