Search found 387 matches: adt

Return to advanced search

Re: Temp table for ADS

The temp tables are used for reports and they are all pre-written with DBF formats, so I would prefer not to rewrite the code in SQL. Also, the system is being set to run with either DBF or ADT files, so the code set must be the same.
by TimStone
Wed Dec 05, 2018 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Temp table for ADS
Replies: 10
Views: 2605

Temp table for ADS

I am experimenting with using ADT files and a data dictionary. For some processes, I create a temporary file. When I do so, using DBCreate( ), it adds the file to the Data Dictionary. Then if I exit that module, and enter again, it fails ...
by TimStone
Tue Dec 04, 2018 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Temp table for ADS
Replies: 10
Views: 2605

Re: xBrowse error on ADS

I am unable to understand why are you getting the error. I am able to browse ADT files with FWH 17.06. This is the test program I tried, which includes simple XBROWSER also. #include "fivewin.ch"#include "ads.ch"#include "xbrowse.ch"#include ...
by nageswaragunupudi
Mon Sep 10, 2018 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 3219

Re: xBrowse error on ADS

... please send to my email your copies of 1. ace32.dll 2. adsloc32.dll 3. rddads.lib ( harbour if you are using harbour) 4. ace32.dll and one free ADT (with adm if necessary) file ( not dictionary bound) Please send me through https://wetransfer.com/ my email nageswaragunupudi [at] gmail [dot] ...
by nageswaragunupudi
Sun Sep 09, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 3219

Re: xBrowse error on ADS

Hi Rao, Did you manage to check this error? I have tested the following code on FWH9.01 and it is working fine, but when compiled on FWH1706 the error still persists: #include "ads.ch" #include "fivewin.ch" REQUEST ADS static hAds, oConn, lOk function main() local cPath := "...
by ryugarai27
Sat Sep 08, 2018 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 3219

Ads - Crear tabla. SOLUCIONADO

De esta forma lo solucioné. If !File( "C:\AlfaInmo\BasesDeDatos\audito.adt" ) // controlo si esta el archivo DbCreate( "C:\AlfaInmo\BasesDeDatos\audito.adt", aStruct , "ADS",.T., ) // si no está, lo creo INDEX ON dTos(afecha) + alltrim( ...
by D.Fernandez
Sat Sep 01, 2018 10:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads - Crear tabla. SOLUCIONADO
Replies: 0
Views: 424

Re: El tema de crear y leer archivos "Temporales"

Pues como dijeron "DBFCDX" solo asi se pudo Tablas en el servidor "ADT" Temporales en PC local "DBF" Para Crearlo asi :DbCreate(cCrea,aTempora,"DBFCDX")Para Abrirlo asi :DbUseArea(.T.,"DBFCDX",cPathTEM ...
by VitalJavier
Tue Aug 21, 2018 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: El tema de crear y leer archivos "Temporales"
Replies: 8
Views: 1248

El tema de crear y leer archivos "Temporales"

... toca que los temporales se creen en la PC local 1.- Con DbCreate - no crea nada pues como no lo creaba , decidi poner un archivo "temporal.adt" en la maquina local 2.- Con DbUseArea - no puede abrir pues no abre el temporal que puse manualmente DbUseArea(.T.,DbSetDriver(),"C:\NUEVO\TEMPORAL\TEMPORALV","TEMPORALV",.F.,.F.) ...
by VitalJavier
Sat Aug 18, 2018 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: El tema de crear y leer archivos "Temporales"
Replies: 8
Views: 1248

Replication ADS

Una pregunta para los expertos en ADS
Quiero hacer una "Replication" de mis tablas
Per uso tablas libres "ADT"
Se puede hacer una replication ?
o tengo que meter mis tablas a un DD ?

Saludos, Gracias.
by VitalJavier
Thu Aug 16, 2018 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Replication ADS
Replies: 1
Views: 489

Re: Lancamento de Tads 2.0

... e Internet también. En este caso usted tiene que comprar la licencia de Advantage DataBase Server. Una observación: TadsClass trabaja con tablas ADT nativas de Advantage. Usted puede convertir sus DBFs con Dbf2Advantage.exe, y crear un diccionario de datos. En la carpeta \ Help tiene la documentación ...
by Giovany Vecchi
Tue Apr 10, 2018 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lancamento de Tads 2.0
Replies: 15
Views: 4521

Re: fwdbu request

HI, i need use with ADS files and index (ADT,ADX) , and open existing index files (adx), this can implemented?
i use remote local server, eg 192.168.1.10:6562 to ADS server.
thanks.
by norberto
Thu Mar 29, 2018 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwdbu request
Replies: 35
Views: 8775

Re: xBrowse as record adding tool for data tables

It does help. To clarify, I'm not using any additional layer as in ADO. These are .adt/adi tables and I'm simply using RDDADS.       REDEFINE XBROWSE ::oBrw ID 131 OF ::oDlg ;        HEADER "LeaseID", "PropertyID", "LandLordID", "ManagerID", ...
by reinaldocrespo
Tue Oct 24, 2017 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3519

Re: XBrowse with ADT Free Table

Dear Teddy,

I'm using dlls and libraries from ADS v 10, try to use them

best regards

Marcelo
by Marcelo Via Giglio
Sat Sep 09, 2017 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1823

Re: XBrowse with ADT Free Table

Hola, how I said, I only change the table's name (directly puting the name) and put directly the password, and I could saw the browse with the data. Maybe you need to review the DLL version and the ACE32 version, all need to be the same suerte Marcelo ace32.dll, adsloc32.dll, and axcws32.dll are fr...
by teddydjohan
Sat Sep 09, 2017 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1823

Re: XBrowse with ADT Free Table

Hola,

how I said, I only change the table's name (directly puting the name) and put directly the password, and I could saw the browse with the data. Maybe you need to review the DLL version and the ACE32 version, all need to be the same

suerte

Marcelo
by Marcelo Via Giglio
Sat Sep 09, 2017 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1823
PreviousNext

Return to advanced search