How to convert Ljava.lang.String; ?
3 ビュー (過去 30 日間)
古いコメントを表示
i have a GUI like this :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/165198/image.png)
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 :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/165201/image.png)
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Database Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!