Search found 150 matches: usrrdd
Searched query: usrrdd
- Thu May 20, 2021 2:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour Libs for LogRdd
- Replies: 2
- Views: 451
Re: xHarbour Libs for LogRdd
Tq. Solved my issue by adding in usrRdd.lib and rdds.lib
- Wed May 19, 2021 10:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour Libs for LogRdd
- Replies: 2
- Views: 451
Re: xHarbour Libs for LogRdd
UsrRdd.Lib or hbUsrRdd.lib
- Sat Apr 25, 2020 8:00 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HDORDD. Importando datos desde dos conexiones diferentes.
- Replies: 12
- Views: 2272
Re: HDORDD. Importando datos desde dos conexiones diferentes.
... el RDD padre.
Luego el sistema de RDD define una serie de estructuras que están compuestas por miembros que utiliza el RDD internamente.
El UsrRDD te da la posibilidad de guardar información en 2 ITEMs de Harbour uno para el sistema de RDD y otro para el Área de trabajo o sea dos variables que ...
Luego el sistema de RDD define una serie de estructuras que están compuestas por miembros que utiliza el RDD internamente.
El UsrRDD te da la posibilidad de guardar información en 2 ITEMs de Harbour uno para el sistema de RDD y otro para el Área de trabajo o sea dos variables que ...
- Thu Oct 27, 2016 3:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Adoordd , xbrowse
- Replies: 9
- Views: 2698
Re: Adoordd , xbrowse
... TO ( cDbfFile ) SERVER TO "ACCESS" ENGINE TO "ACCESS" USER TO "" PASSWORD TO ""
USE ("table") VIA "ADORDD" ALIAS ("alias") NEW
....
oRs := USRRDD_AREADATA( Select() )[1]
//
oRs:Fields("First"):Value := "Test" // error !
oRs:Delete(1) // error ; no message
//
....
@ 0,0 XBROWSE oBrw OF ...
USE ("table") VIA "ADORDD" ALIAS ("alias") NEW
....
oRs := USRRDD_AREADATA( Select() )[1]
//
oRs:Fields("First"):Value := "Test" // error !
oRs:Delete(1) // error ; no message
//
....
@ 0,0 XBROWSE oBrw OF ...
- Thu Oct 27, 2016 10:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Adoordd , xbrowse
- Replies: 9
- Views: 2698
Adoordd , xbrowse
Hello ,
I try to use Adordd with xbrowse and have problems :
1) Opening a table like :
USE table VIA "ADORDD" ALIAS alias NEW
oRs := USRRDD_AREADATA( Select() )[1]
DBG oRs:CursorType , oRs:CursorLocation , oRs:LockType
3 3 3
In AdoRdd i can see oRecordSet:Open(......., , adOpenDynamic ...
I try to use Adordd with xbrowse and have problems :
1) Opening a table like :
USE table VIA "ADORDD" ALIAS alias NEW
oRs := USRRDD_AREADATA( Select() )[1]
DBG oRs:CursorType , oRs:CursorLocation , oRs:LockType
3 3 3
In AdoRdd i can see oRecordSet:Open(......., , adOpenDynamic ...
- Thu Aug 27, 2015 1:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 524398
Re: ADO RDD xHarbour
Pieter,
Im not a rdd expert at this level.
May be Antonio Linares can explain it better.
So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd. If yes, what is then the difference between usrrdd.lib and adordd.lib?
Are usrdd.lib and rdds.lib written in C ...
Im not a rdd expert at this level.
May be Antonio Linares can explain it better.
So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd. If yes, what is then the difference between usrrdd.lib and adordd.lib?
Are usrdd.lib and rdds.lib written in C ...
- Wed Aug 26, 2015 5:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 524398
Re: ADO RDD xHarbour
Pieter,
Im not a rdd expert at this level.
May be Antonio Linares can explain it better.
So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd. If yes, what is then the difference between usrrdd.lib and adordd.lib?
Are usrdd.lib and rdds.lib written in C ...
Im not a rdd expert at this level.
May be Antonio Linares can explain it better.
So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd. If yes, what is then the difference between usrrdd.lib and adordd.lib?
Are usrdd.lib and rdds.lib written in C ...
- Wed Aug 26, 2015 3:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 524398
Re: ADO RDD xHarbour
Antonio,
Thank you:D. I think I understand the concept partially, but I also think there is still some things to learn for me.
So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd. If yes, what is then the difference between usrrdd.lib and adordd.lib?
Are ...
Thank you:D. I think I understand the concept partially, but I also think there is still some things to learn for me.
So is it true that usrrdd.lib and/or rdds.lib in the xharbour123/lib directory implement the rdd. If yes, what is then the difference between usrrdd.lib and adordd.lib?
Are ...
- Mon Jul 13, 2015 3:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF TEMPORARY
- Replies: 50
- Views: 14586
Re: DBF TEMPORARY
James,
You can see it in folder .\core-master\src\rdd\usrrdd\rdds\arrayrdd.prg and you can use it the same way other rdd
You can see it in folder .\core-master\src\rdd\usrrdd\rdds\arrayrdd.prg and you can use it the same way other rdd
- Wed Jul 08, 2015 3:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Test ado rdd app
- Replies: 6
- Views: 1671
Re: Test ado rdd app
... TO "ACCESS" USE CUSTOMERS BROWSE()Return nil
And here is my buildx.bat. Note that there are three new LIBs, adordd.lib, rdds.lib, and usrrdd.lib.
@ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 15.05 - Jun. 2015 ...
And here is my buildx.bat. Note that there are three new LIBs, adordd.lib, rdds.lib, and usrrdd.lib.
@ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for xHarbour 15.05 - Jun. 2015 ...
- Wed Jul 01, 2015 1:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 524398
Re: ADO RDD xHarbour
... 0 secs
Error occurred at: 07/01/15, 06:40:02
Error description: Error BASE/1081 Argument error: +
Args:
[ 1] = C SELECT * FROM
[ 2] = U
Stack Calls
===========
Called from: source\rdd\usrrdd\rdds\adordd.prg => ADO_OPEN( 0 )
Called from: => DBUSEAREA( 0 )
Called from: New4.prg => MAIN( 42 )
Error occurred at: 07/01/15, 06:40:02
Error description: Error BASE/1081 Argument error: +
Args:
[ 1] = C SELECT * FROM
[ 2] = U
Stack Calls
===========
Called from: source\rdd\usrrdd\rdds\adordd.prg => ADO_OPEN( 0 )
Called from: => DBUSEAREA( 0 )
Called from: New4.prg => MAIN( 42 )
- Tue Jun 30, 2015 7:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 524398
Re: ADO RDD xHarbour
Lucas,
USRRDD.LIB did it. Thanks!
I sent a couple of hours trying to figure that out. Whew.
James
USRRDD.LIB did it. Thanks!
I sent a couple of hours trying to figure that out. Whew.
James
- Tue Jun 30, 2015 7:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 524398
Re: ADO RDD xHarbour
Hello,
You have to link USRRDD.LIB OR HBUSRRDD.LIB in Harbour.
In your main, put REQUEST ADORDD, ADOVERSION
You have to link USRRDD.LIB OR HBUSRRDD.LIB in Harbour.
In your main, put REQUEST ADORDD, ADOVERSION
- Tue Jun 30, 2015 6:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 524398
Re: ADO RDD xHarbour
... Win32 Copyright (c) 1993, 2005 Borland
adordd.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_USRRDD_RDDDATA' referenced from C:\USERS\JAMES\DOCUMENTS\PROJECTS\ADORDD\ADORDD.OBJ
Error: Unresolved external '_HB_FUN_USRRDD_AREADATA' referenced from C ...
adordd.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_USRRDD_RDDDATA' referenced from C:\USERS\JAMES\DOCUMENTS\PROJECTS\ADORDD\ADORDD.OBJ
Error: Unresolved external '_HB_FUN_USRRDD_AREADATA' referenced from C ...
- Fri Jun 05, 2015 3:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Sistema en FWH en la Nube
- Replies: 13
- Views: 3328
Re: Sistema en FWH en la Nube
... a dbfs existe Harbour Netio que es un servidor de dbfs.
m
m
Por cierto, muy interesante la aportacion de CacheRdd, un RDD RDBMS que ha hecho Pritpal Bedi. Utiliza la interfaz USRRDD de Harbour para crear un rdd. Muy parecido a lo que Antonio Ferreira esta haciendo / ha hecho con AdoRdd.
m
m
m
Por cierto, muy interesante la aportacion de CacheRdd, un RDD RDBMS que ha hecho Pritpal Bedi. Utiliza la interfaz USRRDD de Harbour para crear un rdd. Muy parecido a lo que Antonio Ferreira esta haciendo / ha hecho con AdoRdd.
m