Search found 39 matches: adssetfiletype

Return to advanced search

Re: lentitud xBrowse y ADS

Muchas gracias.

Sí, al final no voy a tener más remedio.


Otra duda, en modo local los índices se crean del tipo .idx pero con AIS y un Diccionario son .cdx.

¿Sabes por qué sucede ésto?.

En ambos casos tengo adsSetFileType( ADS_CDX )
by lucasdebeltran
Wed Mar 14, 2012 11:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: lentitud xBrowse y ADS
Replies: 17
Views: 4151

Re: Harbour Compiler Build Questions ! UPDATED *

... are: // ADS Server settings REQUEST ADS rddRegister( "ADS", 1 ) rddsetdefault( "ADS" ) AdsSetServerType( nServer ) // 7 ) AdsSetFileType(ADS_CDX) AdsSetDeleted(.t.) AdsLocking(.f.) AdsRightsCheck(.f. ) AdsSetDefault( cPath ) And EXTERN ADSKeyCount, ADSKeyNo, AdsGetRelKeyPos, ...
by TimStone
Tue Jun 14, 2011 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 14472

Re: Empezar con ADS modo local

A ver si Antonio o alguien me aclara esto. He instalado el xMate que me ha enviado Ruben, y he pasado de más de 50 errores con las lib (UNRESOLVED EXTERNAL......) a tan solo uno, compilando con Harbour que es este : [1]:iLink32.Exe -Gn -aa -Tpe -s @epubli.bcl Turbo Incremental Link 5.69 Copyright (c...
by Pedro
Mon Jan 31, 2011 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8471

Re: ADS 10

... type: AdsSetServerType(7) // 1-Local 2-Remote 3-Local+Remote 4-Internet 5-Internet+Local 6-Internet+Remote, 7-All of them 4) Set the file type AdsSetFileType(2) // 1- DBFNTX 2- DBFCDX 3- ADTADI Y listo.
by mgsoft
Sat Dec 25, 2010 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS 10
Replies: 10
Views: 1652

Me interesa probar ADS

Hola amigos: Estoy tratando de probar Advantage Data Server, he instalado el servidor pero no logro compilar en pequeño programa de prueba que tome del foro, me tira errores que me hacen pensar que me falta linkar algo. Unresolved External HB_FUN_ADSSETFILETYPE Referenced from . . . . y varias más. ...
by Armando
Thu Nov 04, 2010 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Me interesa probar ADS
Replies: 16
Views: 2051

Re: DBF/CDX or SQL

... You need to look elsewhere. Having said that; why not try another compatible dbfcdx rdd? (ADS comes to mind). RDDSetDefault( "ADS" ) AdsSetFileType( ADS_CDX ) No SQL is faster performing sequential operations they way you are on your sample. The only thing that could be faster would ...
by reinaldocrespo
Mon Oct 26, 2009 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF/CDX or SQL
Replies: 28
Views: 8660

Re: FWH 9.04 testads complie and runtime error

With both xHarbour and Harbour I now get: Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE' referenced from C:\FWH\SAMPLES\TESTADS.OBJ Error: Unresolved external '_HB_FUN_ADSSETFILETYPE' referenced from C:\FWH\SAMPLES\TESTADS.OBJ Error: Unresolved external '_HB_FUN_ADS' referenced from C:\FWH\SA...
by arpipeline
Tue Apr 14, 2009 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 9.04 testads complie and runtime error
Replies: 4
Views: 1278

ADS Local Server

... AdsLoc32.dll and Axcws32.dll are in the same directory as my exe At the start of my app I have: Request ADS RddSetDefault(ADS) AdsSetServerType(7) AdsSetFileType(1) Any Ideas?
by Jeff Barnes
Sat Jan 05, 2008 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Local Server
Replies: 4
Views: 1090

... => AdsSetServerType ( 1 ) //#command SET SERVER REMOTE => AdsSetServerType ( 2 ) //#command ET FILETYPE TO <x:NTX,CDX,ADT> ; // => AdsSetFileType( if( upper( <(x)> ) == "NTX", 1, ; // if( upper( <(x)> ) == "CDX", 2, 3 ) ) ) /*REQUEST ADS rddRegister( "ADS", 1 ) rddsetdefault( ...
by Otto
Wed Dec 19, 2007 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un buen browse para usar en FWH
Replies: 7
Views: 1764

problemi con testxbrw.prg

ciao a tutti, ho appena installato fwh 7.12 con harbour e xharobur 1.0 scaricato insieme a fwh. non riesco a compilare testxbrw.prg ne con harbour ne con xharbour mi danno diversi unresolved external in alcune funzioni ads. la libreria rddads.lib è presente in entrambi i compilatori. harbour: _HB_FU...
by marzio
Tue Dec 04, 2007 8:32 am
 
Forum: All products support
Topic: problemi con testxbrw.prg
Replies: 1
Views: 650

Abrir base de datos Nativa de Advantage

... ADSKeyCount, ADSKeyNo, OrdKeyCount, OrdKeyNo RddRegister("ADS",1) RddSetDefault("ADS") AdsRightsCheck(.F.) AdsSetServerType(4) //SET SERVER AIS AdsSetFileType(2) Al parecer todo esta bien, pero deseo saber cual es el motivo de ese error. También la ruta es correcta Por su atención gracias y ...
by arturo_cervantes
Mon Nov 12, 2007 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir base de datos Nativa de Advantage
Replies: 9
Views: 3703

Hola amigos sobre Testxbrw.prg

Hola amigos como estan todos pues, necesito de su ayuda, uso verce 4.30 y fivewin 2.7 y necesito compilar el ejemplo de testxbrw.prg que trae en los samples de fivewin, pero me marca orrores o que archivos me faltan por enlazar Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE _HB_FUN_ADSSETFILET...
by Susy
Wed Nov 07, 2007 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hola amigos sobre Testxbrw.prg
Replies: 3
Views: 1335

... migracion es transparente, solo tienes que cambiar el tipo de archivo: REQUEST ADS RddSetDefault("ADS") AdsSetServerType(7) // cualquier servidor AdsSetFileType(3) // ADT / ADI Y listo todo lo demas funciona tal como funciona con los DBF normales, no debes hacer nada mas en tu codigo. Obviamente ...
by R.F.
Mon Oct 01, 2007 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: de dbf-ntx a adt-adi
Replies: 5
Views: 2344

The Following code, tested under ADS 7.1 and 8.1 works as expected, in both CDX and NTX file formats:

Test were made with xHarbour 99.61

REQUEST ADS
RDDSETDEFAULT("ADS")
AdsSetServerType(7)
AdsSetFileType(1)
USE kokoo
INDEX ON NO TO kokoo
Browse()
by R.F.
Mon Sep 03, 2007 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Index problem for ADS RDD
Replies: 13
Views: 3520

... folder where your application is. Changes to be done in your code: REQUEST ADS // instead or DBFCDX RDDSETDEFAULT("ADS") // instead of "DBFCDX" AdsSetFileType(2) // 1 - DBFNTX, 2 - DBFCDX , 3 - ADTADI AdsSetServerType(7) /* this leaves your program ready to run with all the servers local, remote ...
by R.F.
Sat Aug 11, 2007 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which the best choice for Client Server for DBFCDX?
Replies: 9
Views: 2649
PreviousNext

Return to advanced search