Página 1 de 1

Native support to Postgresql databases

Publicado: Lun Oct 22, 2007 5:17 pm
por ftwein
Hi,
Will there be native support do postgre databes ?
Regards,
F.Trautwein

Native support to Postgresql databases

Publicado: Mar Oct 23, 2007 10:07 am
por ignacio
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

Native support to Postgresql databases

Publicado: Mié Oct 24, 2007 11:22 pm
por Stephan Hennekens
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

Native support to Postgresql databases

Publicado: Jue Oct 25, 2007 5:19 pm
por ftwein
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
>

Native support to Postgresql databases

Publicado: Jue Oct 25, 2007 5:32 pm
por Stephan Hennekens
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
>>