How to convert Ljava.lang.String; ?
Mostrar comentarios más antiguos
i have a GUI like this :

Ket.Foto is a list of four pieces of image I have chosen from the Browse button. When i press Button Simpan, all data will stored to MySQL. Here the data after save to the database, i use function cellselection callback to to display the selected rows from the table to be displayed in each edit text. But when the data that has been saved to the database, then the data from earlier Ket.Foto will appear to the table below :

Why Ket.Foto results that have been stored in a MySQL databaase be like that and not be like when the image above? So what if I want to display data from the database back exactly the same as before I enter the data into the database?
3 comentarios
Walter Roberson
el 26 de Mayo de 2016
Try applying char() the variable.
Alvindra Pratama
el 26 de Mayo de 2016
mechE
el 13 de Mayo de 2019
Is the problem solved? how?
Respuestas (0)
Categorías
Más información sobre Database Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!