Search found 1441 matches: adordd

Return to advanced search

Re: Fivewin and ADO

hi, i want to use PostgreSQL with ADO (Xbase++ v2.x use PostgreSQL) these ConnectionString are from ADORDD STATIC FUNCTION ADOOPENCONNECT( cDB, cServer, cPort, cEngine, cUser, cPass, oCn )LOCAL oCatalog   oCn:ConnectionTimeOut := 60                                 ...
by Jimmy
Wed Jun 07, 2023 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3376

Re: Error XBROWSE SEEK (while no Index) after change RDD

hi Antonio
Antonio Linares wrote:They both use the same ones: DBFNTX, DBFCDX, ADS, LOGRDD, ADORDD (not included in the Harbour repo)

thx for Answer
by Jimmy
Fri May 05, 2023 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 549

Re: Error XBROWSE SEEK (while no Index) after change RDD

Dear Jimmy,

> btw. what RDD use HB32 and HB64 :?:

They both use the same ones: DBFNTX, DBFCDX, ADS, LOGRDD, ADORDD (not included in the Harbour repo)

They may be more surely...
by Antonio Linares
Thu May 04, 2023 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 549

Re: ADO RDD xHarbour

... pero no resuelve mucho.. Seria este: https://groups.google.com/g/comp.lang.xharbour/c/SY9iigGmnho/m/jfPvXVkzCAAJ En todo caso, en el fuente de ADORDD parece que este tema esta previsto y la nativa fundamental ADO_REFRESH lo contempla. Asi un SKIP 0 o un GO TOP deberian funcionar STATIC FUNCTION ...
by hmpaquito
Thu Apr 14, 2022 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441921

Re: ADO RDD xHarbour

A la luz del fuente: https://github.com/AHFERREIRA/adordd/bl ... adordd.prg quizás necesites incluir en tu codigo un SKIP 0 (refresh())
by hmpaquito
Wed Apr 13, 2022 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441921

Re: New FTDN March/Marzo 2022 (FWH 22.03)

... es DOC/DOCX. * XBrowse: - Método SetRDD() a veces puede dar lugar a errores en tiempo de ejecución cuando se utiliza con RDDs de terceros como ADORDD. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=41589&p=249187&sid=566422f5763d74b9aed80dc7858b920f#p249187 Ahora, solucionado. ...
by Antonio Linares
Mon Apr 11, 2022 4:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 598

New FTDN March/Marzo 2022 (FWH 22.03)

... cText ) Can now detect if cText is DOC/DOCX also * XBrowse: - method SetRDD() may at times raise runtime errors when used with 3rd party RDDs like ADORDD. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=41589&p=249187&sid=566422f5763d74b9aed80dc7858b920f#p249187 Now fixed. - Fixed ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 598

Error xbrowse

Buenas hablamos de xharbour. Quiero operar en una MDB, mediante ADORDD y xbrowse. Tengo el siguiente codigo que funciona bien en versiones anteriores function miraregistro()local base:=Publicas:rMDB+"Registro.mdb"local oLbx,oDlglocal lSelection ...
by JoseLuis
Thu Mar 31, 2022 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error xbrowse
Replies: 2
Views: 268

Re: Advantage Database Server

There is a magic solution and his name is ADORdd https://github.com/AHFERREIRA/adordd
by hmpaquito
Mon Jan 24, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3402

Re: Advantage Database Server

Anyone tried ADORDD ?
It is the only way to go to SQL keeping exactly the same code.
by AHF
Thu Jan 20, 2022 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3402

Re: ORM

Víctor, No son ORM's, estricto sensu, pero si son multi-bb.dd. y no sería dificil ponerles una capa de objetos: ADORdd https://github.com/AHFERREIRA/adordd SqlMix https://groups.google.com/g/harbour-users/c/xZ94WNoyFrA/m/MytJzhGwSHEJ Un proyecto ORM para Dolphin: https://github.com/FiveTechSoft/ORM-for-Dolphin ...
by hmpaquito
Mon May 03, 2021 10:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ORM
Replies: 4
Views: 691

Re: ADOFUNC.prg e SQLEXPRESS

1) If it is the best way to start or it is better to use ADORDD We recommend using FWH adofuncs. You can directly work with ADO without any of these functions, but using adofuncs makes your life very easy. 3) If there is a need to do maintenance on compaction, ...
by nageswaragunupudi
Fri Mar 19, 2021 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 544

Re: ADOFUNC.prg e SQLEXPRESS

... ciò ho pensato di iniziare utilizzando le funzioni presenti in ADOFUNC.PRG mi chiedevo : 1) Se è il modo migliore per iniziare o è meglio usare ADORDD Personalmente preferisco usare direttamente ADO che è ben documentato, funzionante e pieno di esempi in tutti i linguaggi, piuttosto che nasconderlo ...
by Enrico Maria Giordano
Fri Mar 19, 2021 6:49 pm
 
Forum: All products support
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 6
Views: 1182

ADOFUNC.prg e SQLEXPRESS

... to do this I thought I'd start using the functions in ADOFUNC. PRG I was wondering: 1) If it is the best way to start or it is better to use ADORDD 2) How to run an Rlock or Flock to prevent two users from working on the same record or groups of records. 3) If there is a need to do maintenance ...
by mauri.menabue
Fri Mar 19, 2021 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 544

ADOFUNC.prg e SQLEXPRESS

... ciò ho pensato di iniziare utilizzando le funzioni presenti in ADOFUNC.PRG mi chiedevo : 1) Se è il modo migliore per iniziare o è meglio usare ADORDD 2) Come eseguire una Rlock o Flock per evitare che due utenti lavorino sullo stesso record o gruppi di record. 3) Se c'è necessità di fare manutenzione ...
by mauri.menabue
Fri Mar 19, 2021 4:56 pm
 
Forum: All products support
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 6
Views: 1182
Next

Return to advanced search

cron