[pgsql-ayuda] Insertar archivos de datos

Lci Gestion Pro lcigestion@lur.es
Tue, 13 Mar 2001 16:23:11 +0100


La mejor forma es mediante ODBC y utilizando las vistas remotas de Fox.

CREATE SQL VIEW "VISTA" ;
   AS SELECT * FROM labasepgsqp

DBSetProp('VISTA', 'View', 'UpdateType', 1)
DBSetProp('VISTA', 'View', 'WhereType', 1)
DBSetProp('VISTA', 'View', 'FetchMemo', .T.)
DBSetProp('VISTA', 'View', 'SendUpdates', .T.)
DBSetProp('VISTA', 'View', 'UseMemoSize', 255)
DBSetProp('VISTA', 'View', 'FetchSize', 100)
DBSetProp('VISTA', 'View', 'MaxRecords', -1)
DBSetProp('VISTA', 'View', 'Tables', 'labasepgsqp ')
DBSetProp('VISTA', 'View', 'Prepared', .F.)
DBSetProp('VISTA', 'View', 'CompareMemo', .T.)
DBSetProp('VISTA', 'View', 'FetchAsNeeded', .F.)
DBSetProp('VISTA', 'View', 'FetchSize', 100)
DBSetProp('VISTA', 'View', 'Comment', "")
DBSetProp('VISTA', 'View', 'BatchUpdateCount', 1)
DBSetProp('VISTA', 'View', 'ShareConnection', .F.)



----- Original Message -----
From: "Molina Leon Guillermo Alfonso" <gmolinle@banrep.gov.co>
To: <pgsql-ayuda@tlali.iztacala.unam.mx>
Sent: Tuesday, March 13, 2001 3:16 PM
Subject: RE: [pgsql-ayuda] Insertar archivos de datos


> Hola tengo archivos en Visual Fox ósea Xbase pero no he podido migralos a
> postgresql sobre todo los de tipo Memo. Por favor si alguien sabe,
>
>
> Gracias,
>
>
>
> GML.
> --------- Pie de mensaje -------------------------------------------
> Archivo historico: http://tlali.iztacala.unam.mx/maillist/pgsql-ayuda
> Cancelar inscripcion:
> mail to: majordomo@tlali.iztacala.unam.mx
> text   : unsubscribe pgsql-ayuda
>

--------- Pie de mensaje -------------------------------------------
Archivo historico: http://tlali.iztacala.unam.mx/maillist/pgsql-ayuda
Cancelar inscripcion:
mail to: majordomo@tlali.iztacala.unam.mx
text   : unsubscribe pgsql-ayuda