[Gambas-user] Re: Release of Gambas 1.9.24 and mysql
Lorenzo Tejera
fidojones at ...805...
Sat Feb 4 17:58:40 CET 2006
I'm continue crying
wanted String got BLOB instead, field `Direccion` ?? is a mediumtext, my
software not work more than Gambas 1.9.22. In "database manager" no
appears data in field `Direccion` ? and the rest of field works fine! no
works database manager, no works my aplication, is reporting bad the kind
of field.
MySQL connection id is 64 to server version: 4.1.16 "compilated by hand"
REATE TABLE `tbclientes` (
`ID` int(16) NOT NULL auto_increment,
`Nombre` varchar(200) NOT NULL default '',
`NIF` varchar(50) NOT NULL default '',
`Direccion` mediumtext NOT NULL,
`Telefono1` varchar(50) NOT NULL default '',
`Telefono2` varchar(50) NOT NULL default '',
PRIMARY KEY (`ID`),
UNIQUE KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;
INSERT INTO `tbclientes` VALUES (23, 'aa', 'bbb', 'ccc', 'ddd', 'e');
More information about the User
mailing list