topic
stringlengths
1
63
text
stringlengths
1
577k
ADORDD FAQs
Yunnus, Please check the first post. You need previously create the database. Then: SET ADO DEFAULT DATABASE TO "your dbname" SERVER TO "your server name or IP" ENGINE TO "MSSQL" USER TO "your user name" PASSWORD TO "your passord" Then you can upload all tables with: hb_AdoUpload( "C:\Your root database path", "D...
ADORDD FAQs
[quote:3s0pfgfw]I cant seek case sensitive strings! Is it a bug? So must I SET ADO UDFS when I use UPPER or LOWER in index expression?[/quote:3s0pfgfw] Solution: It seems as far as I know that ADO :find used for dbseek by ADORDD its not case sensitive. I don't know if it is DB engine limitation or ADO itself. It seem...
ADORDD FAQs
[quote:az8tsimn]Table structure its not exactly the same as in DBF mainly numeric fields. I uploaded tables with FW_AdoImportFromDBF [/quote:az8tsimn] Solution: If field sizes are not exactly the same as in the DBfs this brings problems in adordd code and does not allow proper working ex. index expressions. You must...
ADORDD FAQs
[quote:3tk9ls6f]In SET ADO FIELDRECNO TABLES LIST TO what table name must a put here? The dbf table name or the table name built by adordd with path. [/quote:3tk9ls6f] Solution: In all adordd SETs where you place a table name its always the table name used by former rdd (adsrdd, dbfcdx ,ect) adordd will make all nec...
ADORDD FAQs
Ante todo Buenas Tardes Antonio (AHF), estoy haciendo pruebas con ADORDD y he logrado conectarme a la BBDD pero cuando intento hacer USE de una tabla sencilla para probar da el [color=#FF0000:35ruemcw]siguiente error marcado en rojo[/color:35ruemcw] Entorno de desarrollo FWH 16.03 Harbour 3.2 adordd de fecha 08/12/20...
ADORDD FAQs
[quote="AHF":3766esgd]How do I solve error Called from UR_SUPER_ADDFIELD(0) ? Solution: must link tryadordd.prg with addorrd.prg, and not use hbusrrdd.ch from adordd repository (rename it or delete of your project, HB has your own hbusrrdd.ch in HB32dev\include) [/quote:3766esgd]
ADORDD FAQs
Buenas tardes Antonio, antes de enviar este mensaje ya había probado lo que me dices con el mismo resultado por eso he puesto este mensaje pero no entiendo bien lo que comentas, yo lo que entiendo por linkar tryadordd.prg con addorrd.prg es meterlos en mi proyecto en el archivo .rmk así ______________________________...
ADORDD FAQs
You dont need tryadordd you can remove it. Please be sure that you are using the correct hbusrrdd.ch. Check FAQS. The error UR_SUPER_ADDFIELD(0) is due to incorrect version of this ch file. Show me the obras32.prg where you have all adordd SETs. Please report adoversion() returned value.
ADORDD FAQs
Este caso este también reportado aquí pero paso la prueba que acabo de hacer <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=6&t=6815&start=255">viewtopic.php?f=6&t=6815&start=255</a><!-- l --> [b:omqgifbb]Codigo para adoddr SET[/b:omqgifbb] [code=fw:omqgifbb]<div class="fw"...
ADORDD FAQs
Now its not anymore UR_SUPER_ADDFIELD(0). Can you please check the adordd line where the error is occurring?
ADORDD FAQs
Hello Antonio. How can I do that ? Greetings
ADORDD FAQs
No uses /l al llamar a harbour al compilar adordd.prg para que los números de línea aparezcan aqui: Stack Calls =========== Called from: .\SOURCE\adordd.PRG => [b:3h4e65sp]ADO_OPEN( 0 )[/b:3h4e65sp] Called from: => DBUSEAREA( 0 ) Called from: .\SOURCE\Obras32.PRG => MAIN( 0 )
ADORDD FAQs
Gracias Antonio, lo probaré a la tarde
ADORDD FAQs
Muchas gracias a los dos Antonio's por vuestra ayuda , sin ella no lo habría conseguido. gracias a la traza de las líneas he visto que es lo que sucedia Prueba y falla en DEFAULT RECNO 1º default recno tiene que se en mayúsculas Así esta bien SET ADO DEFAULT RECNO FIELD TO [color=#008000:3fioq4o5]"ID"[/color:3fi...
ADORDD FAQs
Muy bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
ADORDD FAQs
Im glad you succeeded. Can you post the error line number?
ADORDD FAQs
Buenos días Antonio (AHF) Al principio me dio error porque el al activar SET HBRECNO puse 'id' en minúsculas, al poner "ID" en mayúsculas desapareció el error SET ADO DEFAULT RECNO FIELD TO "id" y luego active HBDELETED (como pone en el manual) <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:...
ADORDD FAQs
[quote="AHF":1acz6vux]Im glad you succeeded. Can you post the error line number?[/quote:1acz6vux] He Migrando los .DBF que no tienen fechas correctamente, pero los que tiene fecha me da el error que pongo abajo ya que la fecha la recoge en formato "0d19800103" ¿? (esto ya lo vi con el browse() de la tabla). He proba...
ADORDD FAQs
Al final he migrado los datos con la utilidad FW_AdoImportFromDBF pero cada vez que quiero modificar una fecha en la app se repite el mismo error, no se por donde seguir con el tema de las fechas, alguna idea ¿? [code=fw:2r3tjjyy]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<b...
ADORDD FAQs
Puedes copiar aqui el código que hay en adordd.prg function ADO_PUTVALUE( 1944 ) ?
ADORDD FAQs
Es el programa original adordd.prg , sacado de github, de todas formas lo coloco aquí falla en las UPDATE con fechas, por lo demás el resto NAVEGACION, LISTADOS etc todo PERFECTO lo he marcado como --------- línea 1944 [code=fw:36wym07h]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color...
ADORDD FAQs
Bueno ya he terminado con el cambio de equipo, que me ha tenido liado Revisando mensaje por ahí no veo como hacer la conversión de la fecha que me viene en formato 0dYYYMMDD a YYYY-MM-DD que es como me funcione en mYSQL si hago esta update a "pelo" ---Mysql UPDATE EMPRE01.APUNTES SET `AP_FECHA` = "1994/12/31" WHERE `...
ADORDD FAQs
Veamos si AHF o Rao pueden ayudarnos en esto Tal vez a otro usuario de SQL le haya ocurrido algo parecido
ADORDD FAQs
Gracias por tu respuesta Armando, pero no va tampoco, por refrescar el problema. he hecho varias pruebas pero lo resumo en dos: [color=#FF0000:2127heix]1ª PRUEBA sin tocar el código inicial[/color:2127heix] Columna implicada Obr->ob_fecini:=cob_fecini [code=fw:2127heix]<div class="fw" id="{CB}" style="font-fami...
ADORDD FAQs
gautxori: Asumo que estas usando Tablas de MySql, como sabemos en MySql todos los datos los maneja como alfanuméricos, por lo tanto prueba con AP_FECHA := DTOS("31/12/1994") Ojalá te ayude. Saludos
ADORDD FAQs
You can download ADORDD from here: [url:14eq3tz1]https&#58;//github&#46;com/AHFERREIRA/adordd[/url:14eq3tz1]
ADORDD FAQs
Angel, En la línea 1882 de ADORDD.prg tenemos: IF !aWAData[ WA_EOF ] .AND. !( oRecordSet:Fields( nField - 1 ):Value == xvalue ) Lo que quiere decir es que ese campo en el recordSet es de tipo fecha y el valor que quieres asignarle es de tipo caracter Error description: Error BASE/1070 Argument error: == Args: [ 1] ...
ADORDD FAQs
Try in mysql workbench, heidi or some other tool to run directly the sql statement: UPDATE EMPRE01.APUNTES SET `AP_FECHA` = "1994/12/31" WHERE `ID` = 570 Is it ok? What is the SET DATE, SET CENTURY in your app?
ADORDD FAQs
>>>> is the SET DATE, SET CENTURY in your app? He probado con "YYYY/MM/DD" y con "DD/MM/YYYY" con los mismos resultados >>>>> UPDATE EMPRE01.APUNTES SET `AP_FECHA` = "1994/12/31" WHERE `ID` = 570 Si, eso lo he probado y funciona perfectamente, Esta UPDATE lo intente explicar en uno de los mensajes anteriores
ADORDD FAQs
[quote="Antonio Linares":lzzjoxm5]Angel, En la línea 1882 de ADORDD.prg tenemos: IF !aWAData[ WA_EOF ] .AND. !( oRecordSet:Fields( nField - 1 ):Value == xvalue ) Lo que quiere decir es que ese campo en el recordSet es de tipo fecha y el valor que quieres asignarle es de tipo caracter Error description: Error BASE/1...
ADORDD FAQs
En la línea .\SOURCE\AbmObr.PRG => GRABAR( 147 ) pasa la fecha de caracter a tipo fecha usando CToD()
ADORDD FAQs
[quote="Antonio Linares":2vo9x5yr]En la línea .\SOURCE\AbmObr.PRG => GRABAR( 147 ) pasa la fecha de caracter a tipo fecha usando CToD()[/quote:2vo9x5yr] Buenas tardes, siguiendo con este tema (me tiene muy quemado 8-( ) no se si me explico bien o estoy cometiendo un error de bulto. Se trata del típico mantenimiento AB...
ADORDD FAQs
[quote="Antonio Linares":gb20ord8]You can download ADORDD from here: [url:gb20ord8]https&#58;//github&#46;com/AHFERREIRA/adordd[/url:gb20ord8][/quote:gb20ord8] Hola Antonio, efectivamente con eso estoy
ADORDD FAQs
Comprueba si usas: SET DATE TO ... SET CENTURY ... SET DATE FORMAT TO ... SET EPOCH TO ...
ADORDD FAQs
gautxori, Intenta asi: [code=fw:1tfedrnl]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; &nbsp;cob_fecini:=ctod<span style="color: #000000;">&#40;</span>space<span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span><...
ADORDD FAQs
[quote="Antonio Linares":2yu01mvn]Comprueba si usas: SET DATE TO ... SET CENTURY ... SET DATE FORMAT TO ... SET EPOCH TO ...[/quote:2yu01mvn] Para esta prueba los tengo de esta forma, SET DATE FORMAT TO "DD/MM/YYYY" SET CENTURY ON SET DATE ITALIAN SET EPOCH TO 1990 pero ya he probado todas las combin...
ADORDD FAQs
[quote="Kleyber":2iofn2sf]gautxori, Intenta asi: [code=fw:2iofn2sf]<div class="fw" id="{CB}" style="font-family: monospace;"><br />       cob_fecini:=ctod<span style="color: #000000;">&#40;</span>space<span style="color: #000000;">&#40;</span><span style="color: #000000;">8</span><span style="color: #000000;">&#41;</...
ADORDD FAQs
Has cambiado esta línea ? Obr->ob_fecini := cob_fecini a la hora de salvar los datos ?
ADORDD FAQs
[quote="Antonio Linares":2p9i6p2w]Has cambiado esta línea ? Obr->ob_fecini := cob_fecini a la hora de salvar los datos ?[/quote:2p9i6p2w] Si, si lo he puesto a pelo, lo he intentado explicar en el mensaje anterior Obr->ob_fecini:= ctod("01/01/2016") de hecho el error que da es el mismo que poniendo Obr->ob_feci...
ADORDD FAQs
Prueba asi: Obr->ob_fecini := Date()
ADORDD FAQs
[quote="Antonio Linares":16dje4ff]Prueba asi: Obr->ob_fecini := Date()[/quote:16dje4ff] Obr->ob_fecini:= date() mismo resultado erro.log --------------------------------------------- Application =========== Path and name: D:\OBRAS32\Obras32.exe (32 bits) Size: 3,718,656 bytes Compiler version: Har...
ADORDD FAQs
gautxori, Lo que te muestra la query generada?
ADORDD FAQs
Prueba a hacer: MsgInfo( Obr->ob_fecini ) MsgInfo( Date() ) Obr->ob_fecini:= Date()
ADORDD FAQs
[quote="Kleyber":3358tfvj]gautxori, Lo que te muestra la query generada?[/quote:3358tfvj] muestra esto UPDATE OBRAS SET `OB_FECINI` = '0d20160510' WHERE `ID` = 2
ADORDD FAQs
[quote="Antonio Linares":l1x80une]Prueba a hacer: MsgInfo( Obr->ob_fecini ) MsgInfo( Date() ) Obr->ob_fecini:= Date()[/quote:l1x80une] PRUEBA --------- MsgInfo( Obr->ob_fecini ) -->>>>> 0d19890215 MsgInfo( Date() ) --->>>>>>>>> 0d20160510 Obr->ob_fecini:= Date() ---->>>>> error.log ------------------------...
ADORDD FAQs
[quote="gautxori":39xrwkal][quote="Kleyber":39xrwkal]gautxori, Lo que te muestra la query generada?[/quote:39xrwkal] muestra esto UPDATE OBRAS SET `OB_FECINI` = '0d20160510' WHERE `ID` = 2[/quote:39xrwkal] Entonces los campos Obr->ob_fecini y Obr->ob_fecfin son caracter...
ADORDD FAQs
[quote="Kleyber":1ch4fq70][quote="gautxori":1ch4fq70][quote="Kleyber":1ch4fq70]gautxori, Lo que te muestra la query generada?[/quote:1ch4fq70] muestra esto UPDATE OBRAS SET `OB_FECINI` = '0d20160510' WHERE `ID` = 2[/quote:1ch4fq70] Entonces los campos Obr->ob_fecini y Obr->ob_fecfin son caracter...[/quote:1ch4fq70]...
ADORDD FAQs
No comprendo porque una fecha se ve con ese formato: MsgInfo( Date() ) --->>>>>>>>> 0d20160510 Puedes probar esto ? MsgInfo( DToC( Date() ) )
ADORDD FAQs
[quote="Antonio Linares":3d2klb6g]No comprendo porque una fecha se ve con ese formato: MsgInfo( Date() ) --->>>>>>>>> 0d20160510 Puedes probar esto ? MsgInfo( DToC( Date() ) )[/quote:3d2klb6g] Ya . es lo que veo raro. En los cuadros de dialogo se ve bien. Lo pruebo a la tarde Esta APP es un clon de la que tengo con ...
ADORDD FAQs
[quote="gautxori":24eoaar5][quote="Antonio Linares":24eoaar5]No comprendo porque una fecha se ve con ese formato: MsgInfo( Date() ) --->>>>>>>>> 0d20160510 Puedes probar esto ? MsgInfo( DToC( Date() ) )[/quote:24eoaar5] Ya . es lo que veo raro. En los cuadros de dialogo se ve bien. Lo pruebo a la tarde Esta APP es u...
ADORDD FAQs
[quote="gautxori":190rgtci][quote="gautxori":190rgtci][quote="Antonio Linares":190rgtci]No comprendo porque una fecha se ve con ese formato: MsgInfo( Date() ) --->>>>>>>>> 0d20160510 Puedes probar esto ? MsgInfo( DToC( Date() ) )[/quote:190rgtci] Ya . es lo que veo raro. En los cuadros de dialogo se ve bien. Lo prue...
ADORDD FAQs
Usa esto en tu aplicación: REQUEST HB_CODEPAGE_ESWIN ... HB_CDPSELECT( "ESWIN" )
ADORDD FAQs
Y [code=fw:3ml8t989]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> oDate &nbsp; <span style="color: #0000ff;">PROMPT</span> date<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#4...
ADORDD FAQs
[quote="Antonio Linares":3c4uq4ju]Usa esto en tu aplicación: REQUEST HB_CODEPAGE_ESWIN ... HB_CDPSELECT( "ESWIN" )[/quote:3c4uq4ju] Buenos días, Lo probaré pero esto tiene que ver con el juego de caracteres, ñ, vocales acentuadas etc.... No se si con las fechas hara algo, pero por probar Un saludo
ADORDD FAQs
[quote="gautxori":1u220wci][quote="Antonio Linares":1u220wci]Usa esto en tu aplicación: REQUEST HB_CODEPAGE_ESWIN ... HB_CDPSELECT( "ESWIN" )[/quote:1u220wci] Buenos días, Lo probaré pero esto tiene que ver con el juego de caracteres, ñ, vocales acentuadas etc.... No se si con las fechas hara algo, pero por probar ...
ADORDD FAQs
Help no se que mas hacer ¿? Me respondo a mi mismo: He deshabilitado todas las llamadas a adordd en el programa principal obras32.prg y luego he quitado las llamadas a adordd.prg en el .rmk y nada mas entrar al programa he colocado un msginfo(date()) y la fecha esta perfectamente en 12/05/2016 si vuelvo a habili...
ADORDD FAQs
Ultima prueba realizada, Parto de la APP original sin ADO (solo dbf) Modifico obras32.prg añadiendo #INCLUDE "adordd.ch" Modifico obras32.rmk añadiendo el prg adordd.PRG PRG = \ Obras32.PRG \ adordd.PRG \ y su correspondiente obj COMPILO , ENLAZO arranco la APP y la fecha se transforma en 0D20160514 ...
ADORDD FAQs
Angel, Voy a probarlo
ADORDD FAQs
[quote="Antonio Linares":1yhwesxc]Angel, Voy a probarlo[/quote:1yhwesxc] Gracias Antonio. No he querido ser seco en el mensaje anterior, se que hacéis una labor impresionante. AHF , tú y el resto de usuarios Es que estoy un poco "quemao"
ADORDD FAQs
Angel, He probado el ejemplo que viene con AdoRdd y me ha funcionado bien. Las fechas me aparecen bien. Que versión de Harbour ó xHarbour usas ? Que versión de FWH ?
ADORDD FAQs
El soft bajado de <!-- m --><a class="postlink" href="http://fivetechsoft.com/software/fwh/">http://fivetechsoft.com/software/fwh/</a><!-- m --> FWH : 16.03 Harbour bcc7 January 2016 : 3.2 Voy a probarlo también y te cuento
ADORDD FAQs
Paso una prueba con todo, para que lo pruebes en un entorno tuyo adordd.PRG es el último, no lo pongo ----------------------------------obras32.prg [code=fw:33jbmbo6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</s...
ADORDD FAQs
Angel, Aqui sigue funcionando bien. Lo que he visto es que hay funciones de FWH repetidas dentro de AdoRdd.prg [b:1uc3trtz]Cambia estas funciones a static en AdoRdd.prg ó simplemente bórralas de AdoRdd[/b:1uc3trtz]: ADORDD.obj : warning LNK4006: _HB_FUN_ADONULL already defined in Fivehm.lib(ADOFUNCS.obj); second de...
ADORDD FAQs
[quote="Antonio Linares":2jlzd2ta]Angel, Aqui sigue funcionando bien. Lo que he visto es que hay funciones de FWH repetidas dentro de AdoRdd.prg [b:2jlzd2ta]Cambia estas funciones a static en AdoRdd.prg ó simplemente bórralas de AdoRdd[/b:2jlzd2ta]: ADORDD.obj : warning LNK4006: _HB_FUN_ADONULL already defined in F...
ADORDD FAQs
Angel, Podemos tener una sesión por TeamViewer ? Mandame un email con tu login y password para que acceder a tu ordenador y tu me lo muestras, gracias
ADORDD FAQs
Antonio, ahora puedes
ADORDD FAQs
si
ADORDD FAQs
Problema solucionado <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Al final de AdoRdd.prg hay una serie de funciones de FWH repetidas, que hay que eliminar.
ADORDD FAQs
[quote="Antonio Linares":d0cz767p]Problema solucionado <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Al final de AdoRdd.prg hay una serie de funciones de FWH repetidas, que hay que eliminar.[/quote:d0cz767p] Gracias por todo Antonio
ADORDD FAQs
I can not use hb_AdoUpload () shows the error in this line Error DBCMD/1015 Argument error: DBUSEAREA Stack Calls =========== Called from: => DBUSEAREA( 0 ) Called from: D:\ADVRDD\PRG\CLASSES\adordd.prg => HB_ADOUPLOAD( 6394 ) calling program is in this way. hb_AdoUpload ("D:\ADVSYS\DATA\", "DBFCDX", "MYSQL" ...
ADORDD FAQs
[url:i6stf55g]http&#58;//www&#46;pctoledo&#46;com&#46;br/forum/viewtopic&#46;php?f=57&t=16634[/url:i6stf55g]
ADORDD FAQs
Thank you buddy, no reference to the problem.
ADORDD FAQs
[url:1htvl5dm]https&#58;//github&#46;com/AHFERREIRA/adordd/blob/master/adordd&#46;prg[/url:1htvl5dm] [url:1htvl5dm]https&#58;//github&#46;com/AHFERREIRA/adordd/blob/master/tryadordd&#46;prg[/url:1htvl5dm]
ADORDD FAQs
I already downloaded the files, the problem is I can not do the conversion of the .dbf files to SQL
ADORDD FAQs
[quote:pf1ut1zd]When I open big tables several times during app execution doesn't this lead to out of memory or very slow opening of that table? Adordd builds each table recordset only once. If your table recordsets have million of records you will need enough memory for it and it can easily reach some hundred MB or ...
ADORDD FAQs
Aferra, [quote:23vn59wn]hb_AdoUpload ("D:\ADVSYS\DATA\", "DBFCDX", "MYSQL" .F.)[/quote:23vn59wn] You are missing a comma before the last parameter. It should be: hb_AdoUpload ("D:\ADVSYS\DATA\", "DBFCDX", "MYSQL", .F.) James
ADORDD FAQs
Thanks James still gives the error
ADORDD FAQs
Arerra, The error message you posted before is occurring in the second line here (6394 in ADORDD.PRG): if lOverWrite hb_adoRddDrop( oCn, cBaseDir + aFile[ F_NAME ], , , DBEngine ) // erroring here endif But since you are passing .f. for lOverwrite, that line is not being executed, so it must be showing a differen...
ADORDD FAQs
Thank´s James after thinking a lot, put this information in the main.prg and oh yes right gave the upload. REQUEST DBFNTX REQUEST DBFDBT REQUEST DBFCDX REQUEST DBFFPT REQUEST ORDKEYNO REQUEST ORDKEYCOUNT REQUEST ORDKEYGOTO REQUEST DESCEND thank you for your attention
ADORDD FAQs
Aferra, Thanks for posting your solution. I am going to put that in my notes. James
ADORDD FAQs
Temporary Indexes From the manual: [quote:33lfcs81]Indicates the names used for temporary files at SQL level. It must start by TMP or TEMP but can be "TMPROGER" These temporary files are mainly used for temporary indexes created in the SQL server as TEMPORARY and automatically destroyed after connection ends.[/quote:...
ADORDD ITS READY TO WORK FOR YOU! PLEASE DONATE
Adordd its ready and it can be downloaded from <!-- m --><a class="postlink" href="https://github.com/AHFERREIRA/adordd.git">https://github.com/AHFERREIRA/adordd.git</a><!-- m --> This is a fully working rdd that has been intensively tested. Although this work has been fully paid by our client, it is released as free...
ADORDD ITS READY TO WORK FOR YOU! PLEASE DONATE
Antonio H Ferreira has done of great job completing the AdoRdd that surely will be of great help for many of you and also it looks to me as very altruistic his wish to help ajusera.com and don't ask anything for his job. So I encourage you to show gratitude to Antonio for his disinterested work donating ajusera.com L...
ADORDD ITS READY TO WORK FOR YOU! PLEASE DONATE
I agree and join his wish (donation) when he said yesterday and glad to do that. Regards, Dutch
ADORDD ITS READY TO WORK FOR YOU! PLEASE DONATE
Just a few donations till now! Please join with your donation.
ADORDD ITS READY TO WORK FOR YOU! PLEASE DONATE
Some of you are asking how to contribute other than PayPal. Now you have it. Go to <!-- m --><a class="postlink" href="http://ajusera.com">http://ajusera.com</a><!-- m --> scroll down and you will see bank details: TRANSFERÊNCIA BANCÁRIA = BANK TRANSFER You can transfer to those account details or continue to clic...
ADORDD Question
Hi, My question is about ADO and not exclusively about ADORDD . If i want to use a browse (e.g XBROWSE) i have to open my recordset with adUseClient because the browse must use the absoluteposition property in order to work . My problem is that if I open a table with too much records (e.g 500000 records) then ADO is ...
ADORDD Question
ADOrdd opens the recordset locally .. which is good. I would sugest you trim your SELECT statement to only include those fields in the browse you wish to view .. SELECT * from table can get UGLY if you have a lot of records and lots of fields .. consider SELECT field1,field2,field3 from table order by field1... and I w...
ADORDD Question
I am working extensively with large databases on MsSql and Oracle with ADO on high speed LAN and slow speed WAN environments. The question of making browses with large data table is not so easy. Client side cursors ( used by ADORDD) just dont work (Unacceptable long waits till all the data is read from server to the cl...
ADORDD Question
Thank you both for your suggestions. I found a solution that might be useful . By making some modifications inside the ADORDD.prg I open the recordset with this syntax : e.g ORACLE DATABASE select rownum absoluteposition,a.* from (select * from <table> order by <order_by>) a With this I get a field named absolutepos...
ADORDD Question
Still this is a clientside recordset. ROWNUM of Oracle gives numbers from 1 onwards for the rows returned. Same values as ADO absolute position. When we use ADO we dont need to use ROWNUM. (Note: Rownum helps only to know the order in which we read oringally after we sort or filter rows in ADO on clientside. That is th...
ADORDD and ACCESS with FHW 712 generating GPF
Antonio, Later that I brought update for 7,12 FWH any program that it executes with ADORDD it generates a GPF. [code:ow5bdjtl] #include "adordd&#46;ch" REQUEST ADORDD function Main&#40;&#41; USE Test&#46;mdb VIA "ADORDD" TABLE "Tabla1" ACCESS Browse&#40;&#41; USE return nil[/code:ow5bdjtl] Already I a...
ADORDD and ACCESS with FHW 712 generating GPF
Vilian, Are you using usrrdd.lib from the Harbour/xHarbour builds for FWH 7.12 ?
ADORDD and ACCESS with FHW 712 generating GPF
Antonio, Using usrrdd.lib from the Harbour/xHarbour builds for FWH 7.12 I now have the following message of error: [code:1dowtz4w] UNRECOVERABLE ERROR 9015 - Symbol Item expected from Hb_VmDo&#40;&#41; [/code:1dowtz4w]
ADORDD and ACCESS with FHW 712 generating GPF
Please compile adordd.prg as part of your application. Don't use the library from the ZIP file.
ADORDD and ACCESS with FHW 712 generating GPF
Antonio, I already am making thus, but the problem persists.
ADORDD and ACCESS with FHW 712 generating GPF
I do not use ADORDD and can not directly comment on this. But the problems I faced in updating my ads_rdd libraries may give some indications. Because I made some extentions and modifications to ads_rdd lib, every time I upgrade xHarbour. I normally use xharbour provided with FWH. Till FWH 7.11 I had no problems. Whe...
ADORDD and ACCESS with FHW 712 generating GPF
NageswaraRao, Could you please upload your adordd.lib and usrrdd.lib to <!-- w --><a class="postlink" href="http://www.hotshare.net">www.hotshare.net</a><!-- w --> and copy here the download link ? thanks
ADORDD and ACCESS with FHW 712 generating GPF
Antonio, Using usrrdd.lib from the Harbour/xHarbour builds for FWH 7.12 and compiling adordd.prg as part of my application I now have the following message of error: [code:30ozwqes] UNRECOVERABLE ERROR 9015 - Symbol Item expected from Hb_VmDo&#40;&#41; [/code:30ozwqes] This message also appears when I try to comp...
ADORDD and ACCESS with FHW 712 generating GPF
Vilian, We have just emailed Nageswararao to get his libraries and check with them. Ours are failing too with the same error, and in our opinion, it looks as a xHarbour usrrdd + adordd problem in new build. Thats why we want to be sure about it testing xharbour.org ones.