Ayuda con campos Text

From: "EMBER SANCHEZ V" <emsava(at)hotmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Ayuda con campos Text
Date: 2007-09-14 00:33:59
Message-ID: BAY120-F31550C5B37AEEFE09C1F75C2BC0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

<html><div style='background-color:'><DIV class=RTE>Hola a todos </DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P>&nbsp;</P>
<P>Bueno aunque he leido que no es muy recomendable guardar imagenes en una base de datos mi jefe insiste.&nbsp;tambien lei de los inconvenientes de los campos Blob&nbsp; al momento de hacer un respaldo. </P>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>Es por eso que buscando por Internet encontre funciones LoadImg(pcImg) y SaveImg(pcData,pcImg)&nbsp;y que convierte mi imagen y la puedo grabar en un campo memo
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P>La funcion LoadImg () retorna una cadena mas o menos asi: </P>
<P>&nbsp;(  “JPGÿ؝Ã¿Ã □□□▫□..asd%E2” Â) ect.. </P>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>Mi inconveniente es si utilizo una tabla nativa de fox todos los caracteres que retorna la funcion se graban sin ningun inconveniente pero cuando lo ejecuto la sentencia SQLExec() para grabar los datos en una base de datos de  postgres con un campo Text solo graba hasta   “JPGÿØ cuando enpiensan los cuadritos deja de pasar la cadena texto
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>La funcion que me pasa los datos es:
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>cExpr =Inser into tabla (campo1 , texto);
<DIV></DIV>
<DIV></DIV>Values('numero',?tabla.memo)
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P>&nbsp;</P>
<P>NH=SQLPREPARE(Handle,cExpr) </P>
<DIV></DIV>
<DIV></DIV>lr = SQLExec (Handle )
<DIV></DIV>
<DIV></DIV>
<P>sQLCOMMIT(Handle) </P>
<P>&nbsp;</P>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>La cual si para texto normal en el campo memo no hay problema
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>Como puedo pasar estos caracteres especiales ¿
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P>Espero que me puedan ayudar </P>
<P>utilizo posgres 8.2 y VFp</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>Atentamente,
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>Ember
<DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></div><br clear=all><hr>Acepta el reto MSN Premium: Envía hasta 500 megas diarios de fotos desde Hotmail. <a href="http://g.msn.com/8HMAESES/2743??PS=47575" target="_top">Descárgalo y pruébalo 2 meses gratis.</a> </html>

Attachment Content-Type Size
unknown_filename text/html 2.4 KB

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message LIZETH ANGHELA SIRPA CACERES 2007-09-14 01:20:36 Re: URGENTE
Previous Message Gabriel Hermes Colina Zambra 2007-09-14 00:21:00 Re: Experiencia PostgreSql v/s Sybase v/s Oracle