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