topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
ADS Server & Linux | Mike,
I'm working with Linux server with ADS 7.1 many years, until now I don´t have any problems, I use ADT file and ADS Dictionary. In my work there are many systems ( FWH + xHb ) which access to differents ads databases plus PHP users to access the same data, the server is Pentium 4 2.4 Ghz 512 MB RAM, in the same ... |
ADS Server + Clipper | Buen día.
Tengo una vieja aplicación en Clipper de 16 bits con DBF/CDX.
Quería saber si existe la posibilidad de adaptarla para usar ADS Server. Obviamente lo ideal sería ya migrarla a FiveWin, pero por cuestiones de tiempo quisiera ir primero por ese camino para luego ir migrando de a poco.
Si alguien tiene algún ejem... |
ADS Server + Clipper | Esteban,
Prueba a construirla con Harbour. Deberias ser capaz de construirla facilmente.
Una vez la tengas funcionando con Harbour, el resto es muy simple <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADS Server + Clipper | Si Antonio, conozco los pasos una vez que la tengo en 32 bits.
En este caso particular, he notado que está desarrollado de una manera bastante desprolija y pasarlo implican muchas cosas para corregir.
Variables no declaradas, variables con nombres largos que al ser de 16 bits funcionan porque se trucan etc...
Ej:
Loc... |
ADS Server + Clipper | Entonces entiendo que lo único que necesitas son las librerias de ADS para Clipper <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADS Server + Clipper | Así es...
Si es que existen. |
ADS Server + Clipper | Si que existe. La cuestión ahora es encontrarla <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADS Server + Clipper | Aqui la tienes, gracias a Cristobal <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:1urif68n]http://devzone.advantagedatabase.com/dz/content.aspx?key=20&Release=19&Product=19&Platform=6[/url:1urif68n] |
ADS Server + Clipper | Muchas gracias a ambos! |
ADS Server + Clipper | Antonio,
¿Cómo estás?
Si quisiera pasar un PRG de clipper 5.3 a Harbour para 32bits.
Qué pasos debería hacer?
Podrías darme una mano para poder compilar?
Desde ya muchas gracias.
Saludos, |
ADS Server + Clipper | Te refieres a construir toda la aplicación ó solo a compilar un PRG ?
Para el primer caso, solo tienes que crear un archivo HBP y usar hbmk2.exe
Para compilar un sólo PRG:
harbour /n fichero.prg |
ADS Server + Clipper | Contruir una aplicación completa.
La tengo en clipper, tengo todos los PRGs.
Ej: Tengo
INICIO.PRG -> Aquí está la función Main()
FUNCIONES.PRG
VARIOS.PRG
OTRO.PRG
Con esos 4 PRGs quisiera armar Sistema.exe
Desde ya muchas gracias.
Saludos |
ADS Server + Clipper | miapp.hbp
[code=fw:289cqe40]<div class="fw" id="{CB}" style="font-family: monospace;">INICIO.PRG<br />FUNCIONES.PRG<br />VARIOS.PRG<br />OTRO.PRG</div>[/code:289cqe40]
hbmk2.exe miapp.hbp
Asi de simple <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADS Server + Clipper | Antonio,
Muchas gracias por la respuesta.
Intenté compilar de la manera indicada lo siguiente un solo PGR con el siguiente código :
[code=fw:1b4jl3na]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// INICIO DEL PROGRAMA //</span><br /><span style="color: #00C800;">Functi... |
ADS Server + Clipper | Ya pude generar el .exe
Agregué la lib y quedó.
Muchas gracias. |
ADS Summit Sep 19-20 | Hi everyone.
I hope xbase developers in North America take advantage of a free ADS summit taking place in Boise this next September 19-20. All you have to provide is your airfare + hotel. All training sessions + food + drink are paid by Sybase. You will also walk away with a book and a 5 user version of the server.... |
ADS Summit Sep 19-20 | Is there a link for registration ? |
ADS Summit Sep 19-20 | what's your email; |
ADS Summit Sep 19-20 | There is no link just yet. Once the announcement becomes official, I will post the link. I'm making this "pre-official" announcement in an effort to start gathering xharbourers in NA.
You may write to me at reinaldo.crespo on gmail.
Thank you,
Reinaldo. |
ADS Summit in Boise is now official | To all xbase in North America;
ADS summit is now official. Sep 18 and 19.
[url:acqxne6m]http://response.sybase.com/forms/2012ADSTechSummit[/url:acqxne6m]
[quote:acqxne6m]Our next Advantage Technical Summit has been scheduled for 18 – 19 September in lovely Boise Idaho. Boise is where most of the Advanta... |
ADS Summit in Boise is now official | Hi Reinaldo
Can you manage indexes with PHP with/without using ADS.
Regards
Colin |
ADS Summit in Boise is now official | What do you mean manage indexes?
With PHP + ADS you can do any SQL on a dbf/fpt/cdx or dbf/dbt/ntx or dbf/fpt/vfp index, or adt/adm/adi:
UPDATE customers SET LasName = 'Doe', FirstName = 'John' WHERE customerid = '0001'
or
INSERT INTO customers (LastName, FirstName, Customerid ) VALUES( 'Doe', 'John', '0001' )
or... |
ADS Summit in Boise is now official | Hi.
If I could get a headcount of people planning to attend the Summit, perhaps we can have a track specially designed for harbour. If the number of people confirming is large enough, then I can try to persuade Sybase to bring Antonio.
If you rather write via email, please write to reinaldo.crespo at gmail.
Thank ... |
ADS Summit in Boise is now official | Hello Reinaldo,
I'm so eager with ADS + RadPHP..
Can you please please start on how to connect from RadPHP?
Sorry if it's a little off-topic.
Kind regards, |
ADS Summit in Boise is now official | Frances;
Hi. I trust you are doing file. I have seen some of your screenshots and always learn something from you.
By RadPHP I think you mean Embarcadero's PHP? I have never used RadPHP, I don't know what the difference is to plain vanilla PHP (which is what I have). I write php using the same editor (uestudio) t... |
ADS Summit in Boise is now official | Dear Reinaldo,
Thank you so much for a well detailed explanation. It's a very good start.
I'm so interested with radPHP (embarcadero) because it's so simplified and the fact that we can combine [x]Harbour+FWH CGI app.
ADS released v11 with Php client. I should look dig into it as well as the 'web client' but as much... |
ADS Summit in Boise is now official | Darrell,
I just noticed that your online location says The Woodlands TX. I have been living there for about 20 years.
I also work in the transporation industry. Small world. |
ADS Summit in Boise is now official | Hi Gale,
Most definitely! Please send me your contact details at <!-- e --><a href="mailto:Darrell.Ortiz@cdmsoft.com">Darrell.Ortiz@cdmsoft.com</a><!-- e --> |
ADS Summit in Boise is now official | Dear Reinaldo,
Thank you for posting details about PHP and ADS. By any chance, do you have sample code related to autocomplete that includes look up to ADS/DBF with index file?
Sincerely, |
ADS Summit in Boise is now official | Darrell;
I'm using a class named Autocomplete that inherits from TGet. The class was originally started by James Bott and it was pretty much his baby. It's been years and I can't remember how much I've change the class, but I do know it works with arrays as well as .dbf/cdx, .dbf/ntx, and .adt/adi. I feel James is ... |
ADS Summit in Boise is now official | Hello Reinaldo,
I agree about attending summit, however I already have commited to another trip. I would be very interested in attending xHarbour summit anywhere in the world, especially if Antonio and other wonderful forum supporters attend. I am constantly learning new tricks and tips from everyone on this forum.
S... |
ADS Summit in Boise is now official | Reinaldo,
I tried to get info, dates, etc since last spring. They simply released the info too late. I realize its a "month" away but when I consider my total "out of the office" time this year, the conference will just not be doable this time.
I will again consider it for next year.
Tim |
ADS Tips | Hello,
I think that it's goes being the moment that among all we go contributing our knowledge for somehow to be able to optimize the yield of ADS in our applications. I understand that the important thing is optimize the yield in the use of ADS in form Client/Server.
Many functions are not used or they are used bad... |
ADS Tips | Hola,
Despues de leer el hilo <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=9343">http://fivetechsoft.com/forums/viewtopic.php?t=9343</a><!-- m --> , pienso que va siendo el momento de que entre todos vayamos aportando nuestros conocimientos para poder de alguna manera optimiza... |
ADS Tips | Hola carlesComo puedo incluir esta rutina en mi aplicaciónlo estoy haciendo de esta manera pero me salen muchos errores[code:2vhq24kh]#pragma BEGINDUMP
#include "hbapi.h"
#include "hbinit.h"
#include "hbapiitm.h"
#include "hbapierr.h"
#include "hbdbferr.h"
#include "hbapilng.h"
#include "hbdate... |
ADS Tips | Hola,[b:1kqm31nz]Uso de fecha[/b:1kqm31nz]Va bastante mejor que Date() y además la fecha que devuelve es la del servidor, no la del equipo[code:1kqm31nz]FUNCTION Fech()
local cAds, dDate
cAds := AdsGetServerTime()[1]
dDate := ctod( cAds )
return dDate[/code:1kqm31nz] |
ADS Triggers | Hello,
have some body experiences with ADS triggers?, I am trying to develop a system loger, with trigger can be really easy, but the problem
is how can I send extra parameter to a trigger, is possible to obtain the date and the time to save the history data, but I don't know how can I send
the user information.
rega... |
ADS Triggers | Hi.
I use ADS triggers extensively.
ADS triggers can receive __new and __old cursors containing the new and the old data. For time and date, you wouldn't need to send anything. You can always use the ADS SQL engine function now(). As in UPDATE table SET dt_field = now(). If the table is ADT or DBF /CDX, then you ... |
ADS Triggers | Reinaldo,
thanks you very much for your sample, the date and time is possible obtain across ADS function, but I need to save the user name who is lunch the operation, are there the possibility to send an parameter, like user name?
regards
Marcelo |
ADS Triggers | No that I know of.
However, after connecting to the DD you could change property appid to the username or to username+_+appid. With that, you can always query appid() and parse the result to extract the user name. Another good thing about doing this, is that now you also have the user name displayed on one of the ... |
ADS Versions | I have been working with ADS for many years. With the assistance of some people, I have managed to obtain drivers to work with ADS 7, 8, and 9. This includes a linked library that supports all 3 sets of drivers.
When version 10 came out, it would not work. I was told it contained too many changes.
So here is my pr... |
ADS Versions | Tim,
You can use last harbour for MVC with ADS, you need to use last ADS 10 Dll, do not combine with other versions of DLL because some problems occurs, i have an academic system compiled with last xHarbour and Harbour builds with BCC63 and Last Harbour build With MVC 2010 With ADS and all working fine, local or remot... |
ADS Versions | Thank you for that information. I did the build and I receive over 200 unresolved externals related to rddads.lib ( adsfunc.obj ).
When using xHarbour ( xCC ), I have to include ACE32.lib, but there is no such lib available in FWH or Harbour. Is that needed here, and if so, where is a resource for it ?
Tim |
ADS Versions | Tim,
I am using ace32.lib coming with aceapi downloaded from <!-- m --><a class="postlink" href="http://devzone.advantagedatabase.com">http://devzone.advantagedatabase.com</a><!-- m --> those lib work with fine whit XCC and MVC.
You can download my libs ace32.lib and rddads.lib
[url:kfzw5sf6]http://190.90&#... |
ADS Versions | Tim,
You can download aceapi from this link advantage client engine.
[url:2vb3e2i7]http://devzone.advantagedatabase.com/dz/content.aspx?key=20&Release=16&Product=5[/url:2vb3e2i7]
Regards, |
ADS Versions | Thank you for the file reference. I had already downloaded and tried the files from the ADS developers page. |
ADS Versions | Tim,
Do you solve your issues ?
Regards, |
ADS Versions | I don't know. I have a different problem, and so I can't get the build to run properly. I don't believe its related to this ... its likely something in my configuration that I will have to resolve. I will report back once I isolate that problem and fix it.
Tim |
ADS Versions | Hi Tim, and everyone else interested on this subject.
To use ADS ver x you need ACE32.dll version x as well as include files for that version. From ACE32.dll x you can build ACE32.lib version x (if necessary).
To build different rdd_ads.lib for each version it makes sense to have the needed files for each target b... |
ADS Versions | ... and one last thing; Even for ADS remote server (real client-server) customers, I don't think you need to create new or different rdd_ads.lib to link with your apps. The very same old rdd_ads.lib liked with your old apps will work with thew new server .dlls. The exception would be that you are now calling some new... |
ADS Versions | Reinaldo,
My clients are scattered from ADS 7 to 9. It is not practical to do a separate build for each ace32.lib level. I do automatic updating and that would be a nightmare. Some might upgrade to 10, but 11 is now in beta. Pretty soon I lose credibility ! They can't see a difference. They pay me for upgrades t... |
ADS Versions | "In my experience, a version 9 driver will NOT work with an installed ADS 8 server. "
Exactly. Newer client will not work with older server. But if you keep version 7 of the client, it will work with 7, 8, 9, 10 of the server. Again; newer client will **not** work with older server but older client WILL work with n... |
ADS Versions | So you are saying an ACE32.lib from 7 will work with any server ?
Or more to the point, my ACE32.lib that supports 7/8/9, if I couple it with the 7 .dll, should work with ADS 10 ?
I was led to believe that was not the case with 10.
Tim |
ADS Versions | This is generally true. Any older version of the client will work with any newer version of the server. With version 10 there is only one caveat -but only if you also update the client as well as the server to version 10 (I know it sounds weird). It should only affect you if you are using data dictionaries (highly r... |
ADS Y PHP | Estoy intentando configurar ADS 10.10.0.49 sobre php 5.3.28 y IIS 7.
Pero no consigo ponerlo en marcha.
He copiado el archivo php_advantage.dll.5.3.26.VC9 a la carpeta "php\v5.3\ext" (Renombrado a php_advantage.dll)
He incluido en el php.ini la extensión extension=php_advantage.dll
Tambien he copiado el contenido de ... |
ADS Y PHP | Master,
si haces un <?php phpinfo(); ?> , aparece cargado el módulo?
Mira en el log si hay alguna entrada que diga algo respecto a que no puede cargar el módulo o algo relacionado.
Un saludo |
ADS Y PHP | Good morning Fernando;
All of my web server installations are done on Apache under Linux (which is actually more complicated to setup), so I'm probably not the best person to help with IIS problems but setting up IIS with PHP for ADS is supposed to be really simple.
A couple of things come to mind:
1. did you set ... |
ADS Y PHP | Hola,
Muchas gracias por las respuesta.
Ya he conseguido hacerlo funcionar.
He tenido que descargar la versión 5.3.26 de PHP para windows, que es la misma que php_advantage.dll
Además he copiado todo el contenido de redistribute de advantage en la carpeta donde esta instalado php. |
ADS and DATA DICTIONARY | Hello,
When working with [b:2bl9vlph]tables in a Data Dictionary[/b:2bl9vlph], how do you reindex and create indexes?.
Thank you very much.
Best regards,
Lucas |
ADS and DATA DICTIONARY | Hello,
you can use a Store Procedure to do that
sp_CreateIndex
sp_CreateIndex90
regards
Marcelo |
ADS and DATA DICTIONARY | Hello Marcelo,
thanks for reply.
But you don´t use INDEX ON TO..?.
Please, can I see a piece of code?.
Thank you very much. |
ADS and DATA DICTIONARY | Hola,
from the ADS help file
sp_CreateIndex( TableName,CHARACTER,515,
FileName,CHARACTER,515,
TagName,CHARACTER,128,
Expression,CHARACTER,510,
Condition,CHARACTER,510,
Options,INTEGER,
PageSize,INTEGER ); |
ADS and DATA DICTIONARY | Hello,
And how do you reindex?.
Thank you |
ADS and DATA DICTIONARY | From the help file too, and with sample at the end of the page
[quote:x8k61pse]Rebuilds all auto-open indexes associated with the given table.
Syntax
sp_Reindex( TableName,CHARACTER,515,
PageSize, INTEGER )
Parameters
TableName (I)
Name of table to rebuild indexes on. This can include path infor... |
ADS and DATA DICTIONARY | Lukas
Si las tablas ya tienen index puedes usar esto
[code=fw:1ffq8gba]<div class="fw" id="{CB}" style="font-family: monospace;"> aIndex := AdsDirectory<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">for</span> i := <span style="colo... |
ADS and DATA DICTIONARY | esto lo hice a partir del ejemplo anterior.
[code=fw:1jt7denx]<div class="fw" id="{CB}" style="font-family: monospace;"><br />PROCEDURE Reorganizar<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">LOCAL</span> cTabla<br /> <span style="color: #0... |
ADS and DATA DICTIONARY | Hello,
Thank you both very much, Patricio and Carlos.
The point is that with a Data Dictionary INDEX ON TO.. does not work. AdsReindex() should be used instead. But I could not find this nor in the documentation nor in Rene Flore´s manual.
Using Remote or Local server works the same as RDDCDX, but not when using a d... |
ADS and DATA DICTIONARY | en un diccionario es necesario usar la funciones
EXECUTE PROCEDURE sp_CreateIndex90(
'caja',
'caja.adi',
'NUM_CIUD',
'num_ciud',
'',
2,
512,
'' ); |
ADS and DATA DICTIONARY | creacion por codigo de un dd, talas e indices.
salu2
[code=fw:3i2jn7xa]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br /> Demo of ADS Connection handling and Data Dictionaries<br />*/</span><br /><br /><br /><span style="color: #00D7D7;">#include</span>... |
ADS and FWC3 | Does the advantage 16 bit rdd work with FWC3? |
ADS and FWC3 | C3 is a 32 bits compiler so you can not use a 16 bits RDD with it.
Also, as fas as we know, there is no ADS RDD 32 bits for it yet. |
ADS and autoincremental fields | Hi,
Is there a way to support it in dbf databases:
[code=fw:5k9tf9ci]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">{</span> <span style="color: #ff0000;">"ID"</span>, <span style="color: #ff0000;">"+"</span>, <span style="color: #00... |
ADS and autoincremental fields | [quote="MOISES":pmdscnqe]Hi,
Is there a way to support it in dbf databases:
[code=fw:pmdscnqe]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">{</span> <span style="color: #ff0000;">"ID"</span>, <span style="color: #ff0000;">"+"</span>, <span style="color: #000000;... |
ADS and autoincremental fields | Yes, but I asked in ADS. I get an error: field type not supported. |
ADS and autoincremental fields | this example work with ads
[code=fw:26ob956b]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"common.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"dbinfo.ch"</span><br /><span style="colo... |
ADS and autoincremental fields | Thank you very much, Carlos.
The problem occurs if a DBF with autoincremental created with DBFCDX is opened with ADS, then it fails.
We must re-generate the table with the ADS driver. |
ADS and autoincremental fields | yes, not work. ace fail open customer.dbf from fwh sample folder!
[img:1n2iq5jr]https://i.imgur.com/bgFg2zO.png[/img:1n2iq5jr] |
ADS and autoincremental fields | Yes, thats the problem.
It seems that ADS is abandoned by Sybase. Am i right? |
ADS and time fields [done] | Hello,
I would like to know it latest ADS versión, I guess it´s 11, supports Time "T" fields.
Also, what advantages has versión 11 over versión 10?.
Thank you. |
ADS and time fields [done] | Any clue?.
Thanks. |
ADS and time fields [done] | Moises,
ADS support 'TimeStamp' fieldtype.
I'm only using v10 |
ADS and time fields [done] | Hello,
I am afraid this sample does not work, it does not créate the dbf:
#include "ads.ch"
REQUEST HB_Lang_ES
REQUEST HB_CODEPAGE_ESWIN
//-------------------------------------------------------------------------------------------------------------
FUNCTION MAIN()
//------------------------------------------------... |
ADS and time fields [done] | Moises,
DBFs are DBFs for ADS too, then for use other data types out of the classic DBF types you need to use ADT tables
regards
Marcelo |
ADS and time fields [done] | Marcelo,
Thanks, but DBFS support this data type field, "T", so DBFS via ADS should also support it.
When changing adsSetFileType to ADSADI, how can I create a table with the timestamp field please?. |
ADS and time fields [done] | Solved,
Not supported and must use ADT tables.
<!-- m --><a class="postlink" href="http://devzone.advantagedatabase.com/forum/questions/5841/rddads-for-harbour-and-xharbour-support-t-fields#fmanswer">http://devzone.advantagedatabase.com/fo ... s#fmanswer</a><!-- m --> |
ADS attempting to connect to internet. | Since yesterday I am receiving a Norton Program Alert:"[b:1eb7555g]MyProgram.exe is attempting to access the Internet...."[/b:1eb7555g]Remote address is: 224.0.1.55 : 2989 (Advantage Extended System)I am using ADS for a few weeks without problem but today I am getting this annoying message.Any suggestion about how to f... |
ADS attempting to connect to internet. | Perhaps Norton allows you to open the specific port or ip where ADS is responding?Reinaldo. |
ADS clear all locks ? | Some times my clients leave locks open on the server ( ADS versions 7 to 9 ), perhaps by Ctrl-Alt-Del or power failure. Then if we try to get an exclusive lock ( ie. reindexing ), it is denied.
I know the lock table is maintained on the server ( Advantage Database Server ? ). Is there a command, or process, we can p... |
ADS clear all locks ? | Timm,
AdsMgGetLockOwner() indicates wthat user has a locked record into a dbf.
AdsMgGetLocks() indcates all records locked.
You can use AdsMgKillUser() to disconnect a user.
AdsWriteAllRecords() writes all pending data and releases all locks.
Hope it helps.
Regards, |
ADS clear all locks ? | Thank you. |
ADS cliente/servidor com xHarbour | É possível usar ADS cliente/servidor com FiveWin 2.7 + xHarbour.com?
Comprei o ADS 8.0 e pesquisando no fórum encontrei exemplo apenas para Local Server.
Em Clipper faço assim:
# INCLUDE "DBFCDXAX.CH"
//REQUEST DBFCDX
REQUEST DBFCDXAX
DBSETDRIVER('DBFCDXAX')
AX_RightsChecking(.F.)
...
USE CLIENTES INDEX INDCLI // ... |
ADS cliente/servidor com xHarbour | Eu vi algo na NEWs do xHB sobre um problema no ADS (não lembro qual foi) e junto com a MSG o usuario postou parte do codigo que ele usa para fazer rodar o ADS... talvez ajude Shirley. |
ADS cliente/servidor com xHarbour | Descarga este ejemplo:
<!-- w --><a class="postlink" href="http://www.google.d2g.com/ads/demos/aiswin32.zip">www.google.d2g.com/ads/demos/aiswin32.zip</a><!-- w -->
Es un ejemplo del uso del AIS pero es valido tambien para el ADS remoto |
ADS cliente/servidor com xHarbour | Obrigada Rene,
Consegui indexar a maioria dos arquivos, porém um arquivo que contém campo memo (FPT) mostra o seguinte erro: DBCMD 2001, não encontrei referência deste erro no manual que acompanha o ADS 8.0.
O mais interessante é que consigo abrir o arquivo através do ARC32, localmente, mas não consigo alterar o camp... |
ADS cliente/servidor com xHarbour | ¿ El campo memo (FPT) esta creado con Clipper o con (x)HB con ADS ?
[quote="syda":2gbhekkz]Obrigada Rene,
Consegui indexar a maioria dos arquivos, porém um arquivo que contém campo memo (FPT) mostra o seguinte erro: DBCMD 2001, não encontrei referência deste erro no manual que acompanha o ADS 8.0.
O mais interessa... |
ADS cliente/servidor com xHarbour | Problema resolvido. Criei uma nova tabela com arc32 e usei Append From com o programa CDBF. Era o campo memo.
Grata. |
ADS com FW2.8 | Unresolved External "ADSClosCachedTables" reference Rddads.lib
Unresolved External "HB_FUN__ADS" ...
Atualizei para FW 2.8 e aconteceu estes dois erros. |
ADS com FW2.8 | [quote="kbelo":1swsaqii]Unresolved External "ADSClosCachedTables" reference Rddads.lib
Unresolved External "HB_FUN__ADS" ...
Atualizei para FW 2.8 e aconteceu estes dois erros.[/quote:1swsaqii]
Hello
Please use it below:
REQUEST ADS
I guess you should be use REQUEST _ADS
Regards,
Richard |
ADS com FW2.8 | [quote="kbelo":19bea8zj]Unresolved External "ADSClosCachedTables" reference Rddads.lib
Unresolved External "HB_FUN__ADS" ...
Atualizei para FW 2.8 e aconteceu estes dois erros.[/quote:19bea8zj]
Agrega:
ACE32.LIB & RDDADS.LIB
A tu proyecto. |
ADS com FW2.8 | Estou tentando usar o ADS com Fivewin 2.8
mas esta me aparecendo esta mensagem.
"Não foi possivel localizar o numero ordinal 438 na biblioteca de vinculo dinamico ACE32.DLL"
Alguem pode me auxiliar??? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.