Bug #33746 | Error when I insert a registry | ||
---|---|---|---|
Submitted: | 8 Jan 2008 17:25 | Modified: | 8 May 2008 5:51 |
Reporter: | Dayvison Pellegrina | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.51.19 and 3.51.21 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[8 Jan 2008 17:25]
Dayvison Pellegrina
[11 Jan 2008 19:36]
Jess Balint
Thank you for the bug report. Can you please include the output of: SHOW CREATE TABLE tabela;
[11 Apr 2008 17:45]
Rogério Araujo Siqueira
Follows.... show create table teste CREATE TABLE `teste` (\n `id` int(11) NOT NULL auto_increment,\n `texto` varchar(100) default NULL,\n PRIMARY KEY (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 show variables version 5.0.41--log <% Set conn = Server.CreateObject("ADODB.Connection") conn.Open("DRIVER={MySQL ODBC 3.51 Driver};SERVER=host;PORT=3306;DATABASE=db;USER=user;PASSWORD=pass;OPTION=3;") ' strConnect = "********************************" Set rs = Server.CreateObject("adodb.recordset") rs.Open "teste", Conn, 1, 3 rs.AddNew rs("texto") = now() rs.Update rs.Close Set rs = Nothing %>
[8 May 2008 5:51]
Tonci Grgin
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL. Explanation: Hi all. This is a duplicate of Bug#27158 which is fixed in 3.51.24+, see explanation there.