Thank you Javior. Method 1 : for already created table 1. Run your project 2. Then run the DB manager which is present in src then HSQL db editor appears, where you could run the query. 3. Here you could alter the coulmn or you could also Drop and make the below chages to the code and rerun the project, then automatically the columns can be used. @Stereotype("MEMO") @Column(length = 1000) @Lob private String response; Method 2: For new table you could use the two lines
Thank you Javior. Method 1 : for already created table 1. Run your project 2. Then run the DB manager which is present in src then HSQL db editor appears, where you could run the query. 3. Here you could alter the coulmn or you could also Drop and make the below chages to the code and rerun the project, then automatically the columns can be used. @Stereotype("MEMO") @Column(length = 1000) @Lob private String response; Method 2: For new table you could use the two lines
Hi javior, Thank you javier, i have updated the bug in the table. I also tried using the excel add-on to convert the number to string https://www.extendoffice.com/product/kutools-for-excel/excel-convert-text-to-number.html If i used this process, even this is helping to conver the data, so that data is not replaced.
No Javier, I am not using any kind of DB with the OpenXava Application. I am using only the OpenXava UI here. I even tried, this by creating a new OX project.
No Javier, I am not using any kind of DB with the OpenXava Apllication. I am using only the OpenXava UI here. I even tried, this by creating a new OX project.
No Javier, I am not using any kind of DB with the OpenXava Apllication. I am using only the OpenXava UI here.
Hello Javier, Thank you. Here is the sample data and the sample code, that i am trying to uplod. please find the attachment.
Hello Javier, Thank you. Here is the sample data and the sample code, that i am trying to uplod. please find the attachment.