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
>>