Search found 719 matches: sqlrdd

Return to advanced search

Re: Incluyendo el SQLRDD

Buena tarde...
Les cuento mi experiencia con SQLRDD, uso la versión comercial hace más de 10 años, desde hace unos meses decide abandonarlo, adelantándome a lo que paso... y he probado MySQL y MARIADB nativo con fivewin , y he obtenido mejor rendimiento ..

Saludos

JONSSON RUSSI T.
Colombia
by russimicro
Sun Aug 27, 2023 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

Hello,

See this project for harbour and Harbour++

https://github.com/marcosgambeta/sqlrddpp
by Rossine
Sat Aug 26, 2023 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

Joaquim buenos dias yo intentaba abrircon todo el camino y ellos tenian una funcion global que usaba ejemplo use \sistemas\empre001\ventas\cliente se transformaba en una tabla en la base de datos asi _sistemas_empre001_ventas_cliente con eso cliente en cualquier empresa se diferenciaba dentro de la ...
by wilsongamboa
Fri Aug 25, 2023 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

Descubriendo más misterios... Si se usa SR_UseDeleteds(.F.) ANTES de la apertura con USE ( cTable ) EXCLUSIVE VIA ( cRDD ), SQLRDD crea el campo sr_deleted, si no lo tiene, de forma automática Entiendo que SR_UseDeleteds(.F.) no conserva el valor globalmente, si no se define inmediatamente ...
by Joaquim Ferrer
Fri Aug 25, 2023 9:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

... es sr_deleted Muchas gracias Carlos por el aporte No consigo dominar este tema, he probado lo siguiente SR_UseDeleteds(.T.)   ? "Test SQLRDD"   ? ""   ? "Connecting to database..."   cRDD := "SQLRDD"   nCnn := SR_AddConnection( CONNECT_MYSQL, ...
by Joaquim Ferrer
Fri Aug 25, 2023 8:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

... equipo de xharbour.com !! Wilson No entiendo muy bien lo que pretendías al 'abrir' una tabla de la forma 'tradicional' con su ruta al fichero para SQLRDD El concepto de Sistema Gestor de Bases de Datos es el de conectar a una BD, normalmente con un dominio, IP y luego accesar a sus tablas, sin ...
by Joaquim Ferrer
Fri Aug 25, 2023 7:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

Joaquim gracias mira esto tengo c:\demo\sqlrddq>hbmk2 project.hbp prg\demo01.prg(8) Error F0029 Can't open #include file 'myconn.ch' hbmk2: Error: Running Harbour compiler (embedded). 1 (c:\hbb\bin\harbour.exe) -n2 prg\demo01.prg -n -q0 -DHBMK_HAS_HBCT=1 -DHBMK_HAS_ HBTIP=1 -DHBMK_HAS_HBFSHIP=1 ...
by Joaquim Ferrer
Fri Aug 25, 2023 6:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

se necesita además un campo para controlar el borrado de fila, por defecto es sr_deleted
by carlos vargas
Fri Aug 25, 2023 1:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

... was current before SR_DeletedName() was called. › Description Returns the name of the column that manages the Deleted() status. By default, the SQLRDD adopts the name SR_DELETED. If you want to use another name, call SR_DeletedName("NAME") before dbUseArea() or dbCreate(). This function ...
by carlos vargas
Fri Aug 25, 2023 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

... status that was current before SR_RecnoName() was called. › Description Returns the name of the column that manages the Recno(). By default, the SQLRDD adopts the name SR_RECNO. If you want to use another name, call SR_RecnoName("NAME") before dbUseArea() or dbCreate(). This function ...
by carlos vargas
Fri Aug 25, 2023 1:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

... need a UNIQUE "Identifier" like RECNO() under DBF Fivewin seems to use "ID" and Xbase++ "__Record" as PRIMARY KEY SQLRDD use "sr_recno" so everybody can use a other "Identifier" it is recommend to use "Import" Function which include ...
by Jimmy
Fri Aug 25, 2023 1:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

mi experiencia intente cuando apenas salio este producto pero me fallaba cuando hacia use \sistemas\siste001\empre001\ventas\ventas.dbf index \sistemas\siste001\empre001\ventas\ventas.ntx alias ventas intente con una funcion que ellos tenian para estos casos pero no me funciono hasta alli llegue eso...
by wilsongamboa
Thu Aug 24, 2023 6:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

Joaquim gracias mira esto tengo c:\demo\sqlrddq>hbmk2 project.hbp prg\demo01.prg(8) Error F0029 Can't open #include file 'myconn.ch' hbmk2: Error: Running Harbour compiler (embedded). 1 (c:\hbb\bin\harbour.exe) -n2 prg\demo01.prg -n -q0 -DHBMK_HAS_HBCT=1 -DHBMK_HAS_ HBTIP=1 -DHBMK_HAS_HBFSHIP=1 -...
by wilsongamboa
Thu Aug 24, 2023 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

Repositorio actualizado !

Estaria bien compartir experiencias :)

wilsongamboa wrote:Joaquim buenos dias
podrias actualizar https://github.com/QuimFerrer/sqlrdd.git por favor con tus avances
gracias por tu ayuda
by Joaquim Ferrer
Thu Aug 24, 2023 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079

Re: Incluyendo el SQLRDD

Joaquim buenos dias
podrias actualizar https://github.com/QuimFerrer/sqlrdd.git por favor con tus avances
gracias por tu ayuda
by wilsongamboa
Thu Aug 24, 2023 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 3079
PreviousNext

Return to advanced search