unable to insert add row via Dadabik

DLJonsson

Well-known member
If I try to insert a new record into an empty table I see the following.

Your SQL query (for debugging purpose): INSERT INTO `aw_scans`) VALUES)

If I go to PHPAdmin and add a row and then try to edit I see


Your SQL query (for debugging purpose):
SELECT `aw_scans`.`id` FROM `aw_scans` ORDER BY `aw_scans`.`id` ASC aw_scans
1 items found (Total items:1)


The table in question looks like this.

CREATE TABLE `aw_scans` (
`id` int(11) NOT NULL,
`aw_id` int(11) DEFAULT NULL,
`aw_scan` char(30) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;


* Please advise
 
Top