Search found 387 matches: adt

Return to advanced search

Re: From Adt to Dbf

   USE NOMTABLA0 NEW  ALIAS CTRL    ...   USE NOMTABLA10 NEW  ALIAS CXDT   ...   Adt2Dbf()   ...  PROC Adt2Dbf()   //RddSetDefault( "DBFCDX" )   SELECT CTRL   Mig("control")   SELECT USUA   Mig("usuarios")   SELECT FERI   Mig&#...
by carlos vargas
Mon Jan 18, 2021 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From Adt to Dbf
Replies: 5
Views: 768

From Adt to Dbf

Hi friends.
How to create a dbf table from adt (ADS) table.
There's something automatic.?

Thank you.
Saludos.


Enviado desde mi Redmi Note 8 Pro mediante Tapatalk
by rubenfernandez01
Mon Jan 18, 2021 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From Adt to Dbf
Replies: 5
Views: 768

Re: a ver con esta aRow := oCon:QueryResult( "SELECT " + cList +

Gracias, la verdad no entiendo que me pasa.

Me abre un archivo ZUSU.ADT Increible pero cierto.

Si le saco el WHERE abre la tabla suario.sql.

Saludos.
by D.Fernandez
Sat Nov 28, 2020 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: a ver con esta aRow := oCon:QueryResult( "SELECT " + cList +
Replies: 3
Views: 322

Re: Convert DBF to ADT

Thanks, Giovany
by cnavarro
Tue Nov 19, 2019 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF to ADT
Replies: 4
Views: 830

Re: Convert DBF to ADT

Dbf2Advantage fonts are in ftp. ftp://Contrib:123@giovanyvecchi.no-ip.info:97/Dbf2Advantage.zip

To generate it you have to add tAds source: https://github.com/giovanyvecchi/tAdsGit.git
by Giovany Vecchi
Tue Nov 19, 2019 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF to ADT
Replies: 4
Views: 830

Re: Convert DBF to ADT

Thanks. I tried it but it failed, and I could not understand the error message.

Would you be willing to share the source so I could see how it works ?
by TimStone
Tue Nov 19, 2019 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF to ADT
Replies: 4
Views: 830

Re: Convert DBF to ADT

I made a utility for this. Dbf2Advantage.exe
Download and run.

https://github.com/giovanyvecchi/tAdsGit/tree/master/Util/Dbf2Advantage
by Giovany Vecchi
Tue Nov 19, 2019 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF to ADT
Replies: 4
Views: 830

Convert DBF to ADT

I would like to create a utility that will take data in existing DBF files and create ADT files ( Advantage Database Server ), to include the construction of a Data Dictionary.

Is there an example or esiting code ( or perhaps a viable utility ) to do this ?

Thanks
by TimStone
Mon Nov 18, 2019 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF to ADT
Replies: 4
Views: 830

Ayuda sobre ADS - Error 7147

Saludos a todos
Alguien me podria decir como solucionar este error
La verdad no se que paso en mi maquina
Ahora al tratar de abrir una tablas ADT me marca este error
no se como solucionarlo.

Gracias por su ayuda.
by VitalJavier
Sat Aug 17, 2019 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda sobre ADS - Error 7147
Replies: 3
Views: 540

Re: Tablas adt

Si,

Hablar con Giovany Vecchi.

Skype:

giovany.vecchi

Saludos.
by karinha
Thu Jul 25, 2019 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tablas adt
Replies: 3
Views: 423

Re: Tablas adt



Gracias

Necesito ADS ?

Me esta pidiendo #include "ads.ch"
by Compuin
Thu Jul 25, 2019 2:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tablas adt
Replies: 3
Views: 423

Tablas adt

Buenos dias

Como puedo abrir una tabla con extension .adt ?
by Compuin
Thu Jul 25, 2019 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tablas adt
Replies: 3
Views: 423

Re: strategies

I've been working on a WebApp using pretty much standard harbour code using Lailtons FiveWeb. It's been working well for me. I can use DBF's, ADT, SQL and works with ADS as well. One of the nice things was that it did not take me long before I had a nice working app. Any issues I've come across ...
by Jeff Barnes
Tue Feb 26, 2019 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8249

Re: strategies

For what's worth; by changing the RDD to ADS (NTX, CDX or ADT), you don't have to change much your current native app and you get to write PHP, Ruby, Phyton web apps that read/write the vary same data. You can change the source db and start using data ...
by reinaldocrespo
Sun Feb 24, 2019 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8249
PreviousNext

Return to advanced search