<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana,helvetica,sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;"><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;">Yes!! It works now.!!<br><br>My challenge is now:<br><br>a) modify all my db structure or b) replace the sqldb components with zeos.<br><br>Thank you very much to all!!<br><br>Eduardo.<br><br>On Tue, 19 Aug 2008, Eduardo Lopez wrote:<br><br>> I'm sorry. The table has a basic structure:<br><br>CREATE TABLE USUARIOS<br>(<br> CODUSU Char(12) NOT NULL,<br> APENOMB Char(40) NOT NULL,<br> PASSWOR Char(12) NOT NULL,<br> CONSTRAINT PK_USUARIOS PRIMARY KEY (CODUSU)<br>);<br><br>Aha. <br>This is probably your problem. Try extending the parameter value <br>so it has the declared length by padding it with spaces.<br><br><br>The other way is to declare the table as<br>CREATE
 TABLE USUARIOS<br>(<br> CODUSU VARChar(12) NOT NULL,<br> APENOMB VarChar(40) NOT NULL,<br> PASSWOR VarChar(12) NOT NULL,<br> CONSTRAINT PK_USUARIOS PRIMARY KEY (CODUSU)<br>);<br><br>Could you try this ?<br><br>Michael.<br>_______________________________________________<br>Lazarus mailing list<br><a ymailto="mailto:Lazarus@lazarus.freepascal.org" href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a><br><a href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br></div></div></div><br>
      <hr size=1><br><font face="Verdana" size="-2">Yahoo! Cocina<br>Recetas prácticas y comida saludable<br> 
Visitá http://ar.mujer.yahoo.com/cocina/</body></html>