Title: Data is not selected
Last modified: August 31, 2016

---

# Data is not selected

 *  Resolved [TungstenE2](https://wordpress.org/support/users/tungstene2/)
 * (@tungstene2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/data-is-not-selected/)
 * I am using latest version 2.0.7
 * Using short code edit on a table with only one varchar field gives error.
 *     ```
       Data is not selected
       Please retry to operate that after the data selection.
       ```
   
 * But the line is selected.
 * Working fine with other edit short code with more lines and fields.
 * [https://wordpress.org/plugins/custom-database-tables/](https://wordpress.org/plugins/custom-database-tables/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [ka2](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/data-is-not-selected/#post-7131992)
 * Thank you very much for reporting.
 * I had tried to do that issue after creating a table such as the following.
 *     ```
       CREATE TABLE only_varchar (
         string varchar(255) DEFAULT NULL
       ) ENGINE=InnoDB DEFAULT CHARSET=utf8
       ```
   
 * However that didn’t happen such your same issue.
 * Could you tell me the schema of the table the problem occurs?
 * Thank you,
 *  Thread Starter [TungstenE2](https://wordpress.org/support/users/tungstene2/)
 * (@tungstene2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/data-is-not-selected/#post-7132044)
 * `CREATE TABLE`asf_termin_neu` (
    `Termin` varchar(10) NOT NULL COMMENT ‘Termin’)
   ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT=’ASF Termin’`
 * thanks for your support!
 *  Thread Starter [TungstenE2](https://wordpress.org/support/users/tungstene2/)
 * (@tungstene2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/data-is-not-selected/#post-7132045)
 * CREATE TABLE `asf_termin_neu` (
    `Termin` varchar(10) NOT NULL COMMENT ‘Termin’)
   ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT=’ASF Termin’
 * sorry, the code markup did not work properly
 *  Plugin Author [ka2](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/data-is-not-selected/#post-7132049)
 * Thank you very much for your prompt reply.
 * I’ve tried immediately, then I was able to find the problem with the processing
   of data editing.
 * I’m going to release a modified version in the next version, sorry please wait
   until then.
 * Thank you!
 *  Plugin Author [ka2](https://wordpress.org/support/users/ka2/)
 * (@ka2)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/data-is-not-selected/#post-7132237)
 * This matter has closed because correspond already.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Data is not selected’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-database-tables_e4e2e2.svg)
 * [Custom DataBase Tables](https://wordpress.org/plugins/custom-database-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-database-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-database-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-database-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-database-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-database-tables/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [ka2](https://wordpress.org/support/users/ka2/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/data-is-not-selected/#post-7132237)
 * Status: resolved