Hi,
Will there be native support do postgre databes ?
Regards,
F.Trautwein
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Native support to Postgresql databases
- ignacio
- Site Admin
- Mensajes: 9445
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Native support to Postgresql databases
F.Trautwein,
Not in the short term I am afraid.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"F.Trautwein" <ftwein@yahoo.com.br> escribió en el mensaje
news:[email=471cb100@ozsrv2.ozlan.local...]471cb100@ozsrv2.ozlan.local...[/email]
> Hi,
>
> Will there be native support do postgre databes ?
>
> Regards,
>
> F.Trautwein
Not in the short term I am afraid.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"F.Trautwein" <ftwein@yahoo.com.br> escribió en el mensaje
news:[email=471cb100@ozsrv2.ozlan.local...]471cb100@ozsrv2.ozlan.local...[/email]
> Hi,
>
> Will there be native support do postgre databes ?
>
> Regards,
>
> F.Trautwein
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 305
- Registrado: Jue Nov 30, 2006 12:17 am
Native support to Postgresql databases
Hi F.,
I use the postgres lib that comes with xHarbour contribution stuff. I have
now full access to Postgres databases within my Xailer application. No
native connection to data controls, but I guess with some efforts you could
create a Xailer DataSource control for Postgres. Take the Xailer source
files for MySQL as an example.
Regards,
Stephan
"F.Trautwein" <ftwein@yahoo.com.br> wrote in message
news:[email=471cb100@ozsrv2.ozlan.local...]471cb100@ozsrv2.ozlan.local...[/email]
> Hi,
>
> Will there be native support do postgre databes ?
>
> Regards,
>
> F.Trautwein
I use the postgres lib that comes with xHarbour contribution stuff. I have
now full access to Postgres databases within my Xailer application. No
native connection to data controls, but I guess with some efforts you could
create a Xailer DataSource control for Postgres. Take the Xailer source
files for MySQL as an example.
Regards,
Stephan
"F.Trautwein" <ftwein@yahoo.com.br> wrote in message
news:[email=471cb100@ozsrv2.ozlan.local...]471cb100@ozsrv2.ozlan.local...[/email]
> Hi,
>
> Will there be native support do postgre databes ?
>
> Regards,
>
> F.Trautwein
Native support to Postgresql databases
I´ve tried the lib and works fine, why don´t you use ADO or ODBC ?
Could you share some experience ?
What kind of browse do you use, array ? or do you put the data in a dbf
file and use a dbfbrowse ?
If you use array can you browse the data directly ? or do you have to
copy it to an array ?
Regards,
Fausto
Stephan Hennekens escreveu:
> Hi F.,
>
> I use the postgres lib that comes with xHarbour contribution stuff. I have
> now full access to Postgres databases within my Xailer application. No
> native connection to data controls, but I guess with some efforts you could
> create a Xailer DataSource control for Postgres. Take the Xailer source
> files for MySQL as an example.
>
> Regards,
> Stephan
>
Could you share some experience ?
What kind of browse do you use, array ? or do you put the data in a dbf
file and use a dbfbrowse ?
If you use array can you browse the data directly ? or do you have to
copy it to an array ?
Regards,
Fausto
Stephan Hennekens escreveu:
> Hi F.,
>
> I use the postgres lib that comes with xHarbour contribution stuff. I have
> now full access to Postgres databases within my Xailer application. No
> native connection to data controls, but I guess with some efforts you could
> create a Xailer DataSource control for Postgres. Take the Xailer source
> files for MySQL as an example.
>
> Regards,
> Stephan
>
-
- Mensajes: 305
- Registrado: Jue Nov 30, 2006 12:17 am
Native support to Postgresql databases
Fausto,
I don't use ADO nor ODBC for this purpose (although could solve the problems
with the Xailer controls). The class provided by xHarbour gives me fast
access and that's enough for me. I only query the database, do something
with the data without displaying the data and finally release the record
set.
Regards,
Stephan
"F.Trautwein" <ftwein@yahoo.com.br> wrote in message
news:[email=4720a5ef@ozsrv2.ozlan.local...]4720a5ef@ozsrv2.ozlan.local...[/email]
> I´ve tried the lib and works fine, why don´t you use ADO or ODBC ?
>
> Could you share some experience ?
>
> What kind of browse do you use, array ? or do you put the data in a dbf
> file and use a dbfbrowse ?
>
> If you use array can you browse the data directly ? or do you have to copy
> it to an array ?
>
> Regards,
> Fausto
>
>
> Stephan Hennekens escreveu:
>> Hi F.,
>>
>> I use the postgres lib that comes with xHarbour contribution stuff. I
>> have now full access to Postgres databases within my Xailer application.
>> No native connection to data controls, but I guess with some efforts you
>> could create a Xailer DataSource control for Postgres. Take the Xailer
>> source files for MySQL as an example.
>>
>> Regards,
>> Stephan
>>
I don't use ADO nor ODBC for this purpose (although could solve the problems
with the Xailer controls). The class provided by xHarbour gives me fast
access and that's enough for me. I only query the database, do something
with the data without displaying the data and finally release the record
set.
Regards,
Stephan
"F.Trautwein" <ftwein@yahoo.com.br> wrote in message
news:[email=4720a5ef@ozsrv2.ozlan.local...]4720a5ef@ozsrv2.ozlan.local...[/email]
> I´ve tried the lib and works fine, why don´t you use ADO or ODBC ?
>
> Could you share some experience ?
>
> What kind of browse do you use, array ? or do you put the data in a dbf
> file and use a dbfbrowse ?
>
> If you use array can you browse the data directly ? or do you have to copy
> it to an array ?
>
> Regards,
> Fausto
>
>
> Stephan Hennekens escreveu:
>> Hi F.,
>>
>> I use the postgres lib that comes with xHarbour contribution stuff. I
>> have now full access to Postgres databases within my Xailer application.
>> No native connection to data controls, but I guess with some efforts you
>> could create a Xailer DataSource control for Postgres. Take the Xailer
>> source files for MySQL as an example.
>>
>> Regards,
>> Stephan
>>