Bueno en esta transicion hacia firebir resuelvo un problema y me aparece otro.<br><br>Ahora es que cuando hago un insert en la base de datos me da error. <br><br>Hago esto<br>
<br>
<div style="margin:20px;margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Código:</div>
<pre class="alt2" dir="ltr" style="margin:0px;padding:6px;border:1px inset;width:640px;height:50px;text-align:left;overflow:auto">ZQuery1.SQL.Text:='INSERT INTO CLIENTES(CEDULA,NOMBRE) VALUES("123456","ANA")';
ZQuery1.ExecSQL;</pre>
</div>y me tira error<br>
<br>
tambien probe con<br>
<br>
<div style="margin:20px;margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Código:</div>
<pre class="alt2" dir="ltr" style="margin:0px;padding:6px;border:1px inset;width:640px;height:82px;text-align:left;overflow:auto">ZQuery1.SQL.Text:='INSERT INTO CLIENTES("CEDULA","NOMBRE") VALUES("123456","ANA")
ZQuery1.SQL.Text:='INSERT INTO CLIENTES(CEDULA,NOMBRE) VALUES(123456,ANA)</pre>
</div>y nada<br><br><br>Les dejo la imagen<br><br><a href="http://www.subeimagenes.com/img/sin-titulo-424765.gif">http://www.subeimagenes.com/img/sin-titulo-424765.gif</a><span onmouseout="cancel = false; window.setTimeout(WRCHideContent, 1000); clearTimeout(showTimer);" onmouseover=" var self = this; showTimer = window.setTimeout(function(){WRCShowContent({'rating':{'value':-1,'weight':-1},'flags':{},'single':true,'ttl':7200,'expireTime':'20121007145730'}, self.className)},600);" class="wrc0" style="padding-right:16px;width:16px;height:16px"></span><br>
<br><br>