Hello to all and a Happy New Year to all members I need to develop a little application with WM to use a smartphone as a barcode scanner with the default camera. In details these are my needed: - The user scan a barcode representing a Work Order ID - This Work Order contains a series of other detailed barcodes representing each a job to execute .. - The smartphone must be connected via wi-fi area in the shipyard where the operators work. - The smartphone must retrieve the Work Order ID and the job details id from the server and acquire the start time the operations is executed, then scan another time the WO ID and the JOB ID to say END time. These operations must be registered on a specific database table (MariaDB/MySql) and processed by the employees days after... My main problem isnt how to create the interface, but how to connect the smartphone to Mariadb/MySql... I remember of SqlManagerx class...May i use it?? Any idea?, Suggestions and examples are welcome.. Thank you in advance Dirk
salut Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! , pour le code barre regarde Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! pour MySQL c'est bien SqlManagerx qu'il faut utiliser sur Android. Si tu n'as pas Android tu doit passer par un web service et MySQL natif.
Hello Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! Thank you for the input...