How to convert Ljava.lang.String; ?
古いコメントを表示
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 件のコメント
Walter Roberson
2016 年 5 月 26 日
Try applying char() the variable.
Alvindra Pratama
2016 年 5 月 26 日
mechE
2019 年 5 月 13 日
Is the problem solved? how?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Database Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!