Offtopic: Is there any practical reason implementing direct connection to a DB from Android app? AFAIK, standard Delphi DB components are designed to connect to DB directly requiring a reliable not breaking network, which is not practical in mobile Android devices because of not reliable mobile network connection. Suppose, you fetch some data on wifi, then go out of wifi range, switch to mobile network, but then such mobile app would lose connection to DB while switching from wifi to mobile and SQLConnection component will have to reconnect. Meaning, that all previously loaded dataset's will have to refetch the data. Which is totally inefficient. Or do I miss the point somewhere?
I have found how to fix the probleme : DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path.. if you want the solution just ask me ;p
Hello.I have the same problemDBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path..
DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path..
12 responses to “Delphi programming tutorial Android and MySQL Conncection example”
Solution of DBX Error; >>
İnstall MysqlWorkBench 5.xx.xx
Offtopic: Is there any practical reason implementing direct connection to a DB from Android app? AFAIK, standard Delphi DB components are designed to connect to DB directly requiring a reliable not breaking network, which is not practical in mobile Android devices because of not reliable mobile network connection. Suppose, you fetch some data on wifi, then go out of wifi range, switch to mobile network, but then such mobile app would lose connection to DB while switching from wifi to mobile and SQLConnection component will have to reconnect. Meaning, that all previously loaded dataset's will have to refetch the data. Which is totally inefficient. Or do I miss the point somewhere?
I have found how to fix the probleme :
DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path..
if you want the solution just ask me ;p
The application don´t run in android device. With IDE run yes
HOW TO FIX THET ERROR plees
After installing the program "unkown driver: gives a MySQL error."
I have both dll and still [DCC Fatal Error] Unit1.pas(9): F2613 Unit 'Data.DBXMySQL' not found.
The application don´t run in android device. With IDE run yes. DBX don´t work in android.
Hello.I have the same problemDBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path..
DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path..
if you will run project; you can see an error. 😉 there is a Data.DBXMySql.dcu error
DBX error when connecting