topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
ADS or similar products | My best wishes for a fast recovery to your Mum.
EMG |
ADS or similar products | [quote="Enrico Maria Giordano":2onmejc2]My best wishes for a fast recovery to your Mum.
EMG[/quote:2onmejc2]
Me too |
ADS or similar products | >Marco:
>Nobody speak about Apollo and I don't know why.
>Ruben Fernandez
Do you think is the right product for a Fivewin/xHarbour programmer?
Where can I find some pieces of code to better understand the problem? |
ADS or similar products | Hi Enrico, Massimo
Thanks for your kind thoughts. Mum is now home and so far coping quite well. Will post code tomorrow time permitting. It probably needs some explanation with it. Like so many projects it grew out of a simple "proof of concept" but as the project has dvelkoped the simple beginning is probably hard... |
ADS or similar products | I think Apollo should be a good option as it currently sells for $ 149.00, one-stop shopping for multiple implementations. ADS is much more expensive and only for a specific client.
currently only has an RDD xHarbour developed, but I think only for the local version and not client / server, harbour began to develop the... |
ADS or similar products | Marco:
I don't know if it's the right choice, but it's cheaper than other and I think it's esasy.
There's no code and. I dont't know If FWH could go well together.
Very Sorry for my bad English.
Best regards
Ruben Fernandez |
ADS or similar products | HI, i have use ads server and local for several years (10 ou more), this is no cheap, (have an free version to 2 users), but is very good and worth every penny paid. i have more than 40000 clients in an file, with another file with memo giant, and an current acount with more than 1 millions records. never have problem.... |
ADS or similar products | Norberto,
to give a practical example
headquarters: windows server + 20 clients
every branch of the company: vpn to headquarters + from 1 to 10 clients
Fivewin/xHarbour software
Are you able to calculate to costs of necessary licenses?
Thanks again
marco |
ADS or similar products | Marco, no , i m not a resealer, try <!-- m --><a class="postlink" href="http://www.sybase.com">http://www.sybase.com</a><!-- m --> ou in brazil, <!-- m --><a class="postlink" href="http://www.renet.com.br">http://www.renet.com.br</a><!-- m -->. another thing: i try connect 3 offices with vpn in past, without sucess, ve... |
ADS or similar products | norberto,
I expect a very good performance using ADS also through a VPN connection.
Does ADS transform a classic application into a client/server application?
Bye |
ADS or similar products | Yes, all process is made in server side... but i dont have good results with browse (twbrowse) using very large database ( + 1 million registers) with vpn. without vpn, in lan, using ADS is very good, no more corruption, slow response, lack of security, transactions, ads solve this. but in vpn, (maybe i miss something... |
ADS or similar products | Norberto,
many years ago when I used Clipper, ntx index files, ms-dos and Netware server and coaxial cables based lan.
I had many problems like corruption detected of ntx and dbf too.
I informed about ADS.
If I remember correctly browsing, reading of record contens are not client/server.
Only writing of database is ... |
ADS or similar products | Hi Marco,
I generally use Remote Desktop to connect different offices because it runs better then vpn with an instable connection (eg. UMTS-HSUPA),
anyway you have a consistent connection so you could make a vpn via amachi (it has a really high data compression) and make some tests with the standard dbf or (better) Sql... |
ADS para 2 usuarios ? | Hola Fivewineros:
Hay una versión de ADS para 2 usuarios que es
comprando un libro en la pagina de ADS.
Alguien la ha testeado.
Muchas gracias.
Saludos
Ruben Fernanddez. |
ADS para 2 usuarios ? | Ruben
yo he comprado el libro y he testeado esa version funciona bien
lamentablemente el libro trata de varios lenguajes de programacion menos de (x)Harbour
saludos |
ADS para 2 usuarios ? | Wilson:
Muchas gracias... que version de ADS te envian.
Muchas gracias de nuevo.
Saludos
Ruben Fernandez |
ADS para 2 usuarios ? | del ultimo libro de Cary Gensen es la 8.1
como te dije funciona ok y se instala sin problemas
saludos
att |
ADS para 2 usuarios ? | Gracias, gracias.
Saludos.
Ruben Fernandez |
ADS performance | I am trying ADS (evaluation version for 2 users). I am using 3 PCs connected throug a 100 Mb LAN. One of them holds the data; the other two read from these data.
My test consists of applying a SET FILTER for "TALLER"$CLIENTE on a 7000 register table, and show the results on a TxBrowse(). Here are the results:
[qu... |
ADS performance | Rafael;
Are you using a Data Dictionary? If you are not, then seriously consider creating a data dictionary. It enhances functionality and many times speed to data access.
To begin debugging try to execute the same from ARC32 using an SQL statement:
SELECT * FROM [dbftablename] WHERE contains( fieldname, "taller... |
ADS performance | Reinaldo:
Thank you for your comments which really sound encouraging. The truth is that I am just beggining with ADS in an attemp to solve a problem of slow response in an application already installed in an customer's office.
In these tests, I just installed ADS and followed the basic procedures to test my old pro... |
ADS performance | I am really surpised how could you make an ADS progrm so slow to run. My experience with huge tables of several hundred thousand rows and more than hundred users work quite fast even on slower wide area network connections.
Filters like "TALLER PEREZ" $ CLIENTE are inherently the most inefficient. Even such filters g... |
ADS performance | NageswaraRao,
I am not blaming ADS; on the contrary, I am convinced that it is a great tool. I am just stating the problem I am experiencing:
LAN with three users
Table of 7000 records
ADS with no Data Dictionary. Just the basic configuration.
Browser: TxBrowse()
oBrw:bChanged := {|| ::LoadDetail()} // This Metho... |
ADS performance | 1) Are you using Server version or Local ADS server on lan ?
2) To simplify the tests, please temporarliy remove the bchanged block. ( Note: TXBrowse calls bchanged block even when a column is changed.) |
ADS performance | NageswaraRao,
[quote:huuz9oew]1) Are you using Server version or Local ADS server on lan ?
[/quote:huuz9oew]
Yes. I installed ADS in the PC that holds the data. Every other PC has one copy of my program installed in its own directory, includinf the three ADS DLLs.
[quote:huuz9oew]2) To simplify the tests, please te... |
ADS performance | To further simplify, please remove browse also.
run this small simple code
open the table
set filter
go top
skip each row and print a value
close table
measure seconds lapsed at each step
pl let me know if you are on any instant messenger |
ADS performance | NageswaraRao,
Done the test:
[code:21agwgqb]
nSeconds := Seconds()
Do While !Eof()
dbSkip(1)
Enddo
? Seconds()-nSeconds0
[/code:21agwgqb]
Results: From the main PC (the one with the data): 0.02 secs
From the remote PC: 7.83 seconds
If we were working in the old MS-DOS, I woud... |
ADS performance | Could the problem be the antivirus software?
Regards,
Otto |
ADS performance | ADS 8.1 (server version) when executed on the server where ads server and data is installed is made to work faster than accessing from network. So the difference always exists.
Now about your benchmark: On local area network I got a speed of 1.4 secs for skipping 7000 records in a 500,000 records table. Ofcourse this ... |
ADS performance | Otto:
[quote:3kyty7kl]Could the problem be the antivirus software?
[/quote:3kyty7kl]I doubt it for the problem appears both in my development LAN and in the customer LAN (which, by the way, has a dedicated server)
NageswaraRao:[quote:3kyty7kl]can you send me your simple source code to my personal email?[/quote:3kyty7... |
ADS question? | Dear All,
I've used Clip52e/FW/Comix,Clipmore.
Now I move to xHB.Com/ FWH /ADS.
Which do I include .CH file to my .prg?
ADS.CH
DBFCDXAX.CH
etc...
Thanks&Regards,
Dutch |
ADS question? | I work with Borland version of xHarbour.org. Only ads.ch is enough. dbfcdxax.ch is for Clipper 16bit |
ADS question? | Hi Mr. NageswaraRao, G.
Greeting from Indonesia
Can I get samples how to use ADS ?
Regards
Fafi |
ADS question? | Simple sample
[code:2iz2xlw3]
#include "fivewin.ch"
#include "ads.ch"
function Main()
RddRegister( "ADS", 1 )
AdsSetServerType( ADS_LOCAL_SERVER ) // 1
USE CUSTOMER NEW SHARED VIA "ADSCDX" // or "ADSNTX" or "ADT"
BROWSE()
return nil
[/code:2iz2xlw3] |
ADS question? | Thank's for quick reply
Regards
Fafi |
ADS question? | Dear nageswaragunupudi,
[quote="nageswaragunupudi":3ga690i2]I work with Borland version of xHarbour.org. Only ads.ch is enough. dbfcdxax.ch is for Clipper 16bit[/quote:3ga690i2]
How can I use Filter for ADS? May I have samples?
Regards,
Dutch |
ADS question? | Mr Duch
Use the filters in the normal way.
SET FILTER TO ..............
or
DbSetFilter( .... )
The rddads.lib converts these function into ADS native filter functions.
But please keep these points in mind.
Please do not use UDFs. We should use expressions that the Server should understand. That is no alias names... |
ADS question? | How different between DbSetFilter() and AdsSetAof()?
Which one does faster?
How can I know how many record are match with filter()
Regards,
Dutch |
ADS question? | When you call DbSetFilter, rddads.lib in turn calls AdsSetAof. DbSetFilter sets the filter both at rdd level and also at ads server level with AdsSetAof, so that the filter works even when the expression is not valid for AdsFilter.
To start with it is better to use DbSetFilter.
AdsKeyCount() gives the number of fil... |
ADS question? | Dear nageswaragunupudi,
Where can I find the ADS function document for using with xHB&FWH?
[quote="nageswaragunupudi":3gys8go2]
AdsKeyCount() gives the number of filterd records, after the filter is set.[/quote:3gys8go2]
Regards,
Dutch |
ADS remote access | Dear Friends,
with the kind help of RF i built my first app which uses the ADS rdd.
This was rather easy. And it works fine with the local ADS server.
Now i would like to know how to acces a remote server.
If i set [b:1awgy3hb]AdsSetServerType(2)[/b:1awgy3hb], where do i have to give an IP address to my app?
Thanks ... |
ADS remote access | Dear friends,
i'm a little bit further <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
I set up an ADS server which operates 200 km from here and built a data dictionary on it with 3 dbf files.
When i open a VPN connection i can call my local data architect ( arc... |
ADS remote access | My best advice:
For remote access you should use AIS (Advantage Internet Server), works great.
Download samples:
<!-- m --><a class="postlink" href="http://www.google.d2g.com/ads/demos/">http://www.google.d2g.com/ads/demos/</a><!-- m -->
Local servers is toooo slow for remote connection, try AIS instead.
There are... |
ADS remote access | Hello Mr.RF
[quote:2lkpaz6h]
1) You will need to create a dictionary, and set the flag of "internet" access.
2) You will need to create a user, and set permissions for internet access.
[/quote:2lkpaz6h]
Can you please guide me on the above to create a dictionary.
AdsConnect60("\\googleserver\adsdemos\[color=blue... |
ADS remote access | Ramesh:
In the SQL-based databases, all the stuff is stored in one single file, for example in MS Access all the tables, users, passwords, security schemas,stored procedures, etc is stored into a one singe MDB file, same happens in SQL Server, MySQL, Informix, etc.
ADS tries to do the same, using a "data dictionary" ... |
ADS remote access | The DD can also be created from source. Here is sample code to create/update a DD using ACE API calls. For more info on ACE calls look at the help in ARC. It also helps reading the .c sources in the rddads contrib lib.
ADS is really-really working very good for me. Speed, stability, remotely access of dbf via Inte... |
ADS remote access | Mr.RF
Thank you very much for your detailed tutorial on ADS. Now I am
right track. I will seek some more help from you after some time.
Mr.Reinaldo
Thank you for the source.
Regards to you both
- Ramesh Babu P |
ADS remote access | [quote="RF":2uxuny61]My best advice:
For remote access you should use AIS (Advantage Internet Server), works great.
...
Local servers is toooo slow for remote connection, try AIS instead.
...
[/quote:2uxuny61]
Hello Rene,
now i'm totally confused.
I thought the ADS Server would be the first choice for handling huge ... |
ADS remote access | René is THE professor of ADS. He helped me a lot when I got started, so with his permission, I'll try to explain a bit more:
ADS has 3 access modes:
"Local" - means no ADS server software running on the server. You access your tables in the same manner you've always have. In this manner the server only serves as a... |
ADS remote access | Reinaldo,
your answer helped me very much.
You were right, i thought the "remote" server mode is the one to connect from a WAN.
Thanks for the clarification <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: --> .
As you already work with this technology i have some more... |
ADS remote access | [quote:2038yjnl]
Is there a reasonable speed when browsing data with an AIS connection?
[/quote:2038yjnl]
response is acceptable. Just open files and keep them opened through the session. I use xbrowse. I have users work totally via an internet connection. Browse, edit data, print reports using a fw-xharbour app.... |
ADS remote access | Reinaldo,
many thanks again for your explanations.
This now made up my decision to plan my redesign with ADS/AIS as database system.
Best regards,
Detlef |
ADS server VERSION that you are using | Hello,
I would like to please know which ADS version are you using.
I read many complaints about bugs in latest version and also Sybase seems not to be updating and managing the product in a decent way, according to what users say in their forums.
Thank you. |
ADS server VERSION that you are using | 7.0 |
ADS server VERSION that you are using | v10.1 |
ADS server VERSION that you are using | 7.0 -> to 11.x
without problems
best regards
Wilson |
ADS server VERSION that you are using | 10.1 |
ADS server VERSION that you are using | Hi ,
I'm using 11.10 release without problems.
Giuliano |
ADS server side alias | Hi guys!Just sharing this amazing discovery with ADS 8.1Normally, when we do adsconnect60(), we put this on our ads.ini...[remoteserver] INTERNET_IP = <your public ip here> INTERNET_PORT = 2001 LAN_IP = 192.168.0.1 LAN_PORT = 2002[Databases] SERVER = \\remoteserver\DD\database.add;D...notice the 'DD' in "\\remoteserver... |
ADS server side alias | Padilla;That was the main reason I started using ADS. NO SHARES. The data is totally hidden from all users. There is no better security than this. BTW, you can connect to your data also using ip:port/path_to_add in adsconnect().like this:xrddpath := "\\192.168.1.1:2000\data\dd.add"AdsConnect60( xrddpath + cDict, AD... |
ADS server side alias | Hello ReinaldoAnother great tip you have here! I hope other guys using ADS shares their experiences too! <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> Before I do direct connect \\<ip>:<port>\<share> ... It's great I discover the server-side aliases..It's easier and manag... |
ADS server side alias | I don't think you need the wrapper for adsskip(). It is used by the RDD. Just use (calias)->( dbskip() ). That should work just the same as long as you use ADSNTX or ADSCDX. |
ADS server side alias | I've been testing the table iteration (speed) like:[code:wvg700yh]for i := 1 to alias->( lastrec() )
...
alias->( dbSkip() ) //here can be be adsskip() since I used ADS all-out
if alias->(eof()) //here can be ADSIsEOF(&#... |
ADS support for R&R report writer. Anyone interested? | Hello, I have changed some e-mails with Sybase iAnwhere about possibilityto have ADS support in R&R report writer and they had discussion withLiveware Pub. about this. At the moment adding ADS support is not apriority for Liveware but they can arrange it to be done, if customerscan group together and pay for this deve... |
ADS v 9.1 y Harbour 64bits. | Hola, buen día
Alguno de ustedes que haya logrado hacer conexión con ADS versión 9.1 y Harbour en 64 bits ?
Saludos |
ADS v 9.1 y Harbour 64bits. | Vikthor,
He realizado algunas pruebas con ADS y FWH 64bits.
Si deseas te puedo enviar las librerias ADS que estoy usando para que verifiques si funcionan con tu applicacion.
Saludos,
George |
ADS v 9.1 y Harbour 64bits. | George,
Si eres tan amable de enviármelas, las subo a bitbucket para que esten a la disposición de todos, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADS v 9.1 y Harbour 64bits. | [quote="George":1lg2ho3j]Vikthor,
He realizado algunas pruebas con ADS y FWH 64bits.
Si deseas te puedo enviar las librerias ADS que estoy usando para que verifiques si funcionan con tu applicacion.
Saludos,
George[/quote:1lg2ho3j]
Hola George, muchas gracias.
Mi cuenta de correo es vykthor [ at ] hotmail [ dot ] co... |
ADS v 9.1 y Harbour 64bits. | Enviado.
Saludos,
George |
ADS v 9.1 y Harbour 64bits. | George,
Muchas gracias por tus ficheros.
Aqui los pongo a disposición de cualquier otro usuario a quien pueda hacerles falta:
[url:3fwx54h7]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/ads_64bits_vs2013.zip[/url:3fwx54h7] |
ADS v 9.1 y Harbour 64bits. | Un saludos a todos.
He usado los archivos sugeridos por George y al momento de abrir cualquier tabla usando ADS obtengo el siguiente mensaje de error.
Application
===========
Path and name: C:\fwh64.1311\samples\Test.Exe (64 bits)
Size: 3,695,616 bytes
Compiler version: Harbour 3.2.0dev (r1307051602)
Five... |
ADS v/s ADO.. cuales son sus diferencias ???? | Alguien me podria orientar sobre el uso de ADS o ADO
cual es mejor<...::::
GRACIAS |
ADS v/s ADO.. cuales son sus diferencias ???? | Pues seria el precio, por cierto, ADS tambien puede ser accesado por ADO, porque es un servidor de base de datos cliente / servidor, como puede ser un MySQL, SQL Server, etc.
Basicamente nosotros recomendamos ADS cuando el usuario ya tiene un programa hecho en Clipper o Harbour, y tiene problemas por el volumne de inf... |
ADS version 7 | Estimados
Como saber con que version esta utilizando la libreria rddAds.lib
Yo actualmente utilizo la vension de ADS 7.1 y he visto los fuentes que hace mencion a ADS_REQUIRE_VERSION6;ADS_REQUIRE_VERSION7;
ADS_REQUIRE_VERSION8
Hay que volver a compilar la libreria, o bien dentro del sistema agregar alguna clausula
... |
ADS version 7 | Me respondo, si alguien tiene otra solucion favor postearla
Al final tuve que reconstruir la libreria nuevamente, pero me salieron unos warning, pero al parecer son solo advertencia que se declaro una variable con un valor y este no fue utilizado o algo parecido
pero me cuasa cuidado la linea [b:3i951r0d]Warning W806... |
ADS wink link option | Hi to all.
I'm using ADS Server and I have connected to a database another one with a link and the name of this link is "Second".
Using a table inside this Second link is possible with the command :
Select * from Second.Customers where city = 'Rome'
I'm trying to open the same table from the Use command and I have no s... |
ADS wink link option | Simply use the table name:
USE customers shared new
And thats all, there's no issue opening the same database serveral times. |
ADS wink link option | To use Select statements you need to use a Data Dictionary. It is a great advantage to use a Data Dictionary. In the DD you declare the path to each file. The Select statment will work on the DD where you are currently connected to.
As a side note: using DD you can set dbf files and directories as read only or eve... |
ADS with FWH 13 Harbour and MSVC 2010 | ( Moved from another thread on a different topic )
I am using the following:
FWH 13.05
Microsoft Visual C 2010
Harbour ( Antonio's MSVC build dated 4/4/2013 )
For the Advantage Database Server, I have included rddads.lib and ace32.lib but they were not included in the build.
They do work with ADS 10 / 11 b... |
ADS with FWH 13 Harbour and MSVC 2010 | Tim, are you compile com correct flags :
SET ADS_LIB_VERSION=810 <<<< set for you version
SET HB_DIR_ADS=\_Lib\Ace\81038
and in rddads check if detect you version:
#if 0
/* Compatibility ACE version override.
Usage is discouraged and unnecessary unless we want to
override autodetection. For the latter, ADS_LIB... |
ADS with FWH 13 Harbour and MSVC 2010 | With xHarbour, I have one version that works for all of them. I don't have to compile for different versions of ADS. That would be a nightmare.
I do not have any of the source files for ADS in Harbour so I also can't rebuild libraries.
Tim |
ADS y FWPPC | hola a todos, estoy tratando de compilar mi aplicacion para un MC3090 con WINCE, mi aplicacion ya corre y ya puedo grabar en forma remota a mis DBFs, ahora quiero implementar el uso del servidor ADS pero al compilar me dice que no estan las lib ACE32.LIB y RDDADS.LIB.
La primera ya la libre ya que converti el ACE32.DL... |
ADS y FWPPC | Alex,
Lo primero es comprobar si existe una versión de las DLLs de ADS para Pocket PC. Que nosotros sepamos, no existe. Si no existe, no puedes usar ADS desde el Pocket PC. |
ADS y FWPPC | Pues va a ser que no.
No hay cliente ADS para Pocket PC, no puedes conectarte a ADS sin los DLLs del cliente.
Ni el AXWCS32.DLL ni el ACE32.DLL, son "leibles" por el RDDADS compilado para PPC.
Llevo un tiempo preguntado en Extended Systems sobre la posibilidad de tener un cliente para PPC, pero no estan mucho por l... |
ADS y FWPPC | <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> es cierto no habia pensado en las librerias de ADS me estaba enfocando solo en la compilacion , gracias por su respuesta... voy a trabajar solo con mi servidor de archivos para afectar los dbfs desde la PPC... |
ADS y Archivos ADT | Estimados
Una consulta archivos ADT de ADS
resulta que cuando elimino un registro este desaparece como se hiciera un PACK, buscando las opciones tengo que muestre archvios deleted, le cambio e igual no los muestra, pero con archvos DBF funcionan sin ningun problema
Mi pregunta es si alguien le sucede lo mismo o hay ... |
ADS y Archivos ADT | Patricio,
en los archivos ADT se reciclan automaticamente los registros borrados, por lo que no se pueden recuperar una vez borrados, por lo menos es lo que yo entendi.
saludos
Marcelo |
ADS y Archivos ADT | entonces no es tan bueno como parece ser,,
ese punto es un lado flaco,
te inmaginas que el usuario borre por error los registros?
tendrias que reprogramar tu aplicacion,
agregar un campo logico a las tablas,,
saludos.. |
ADS y Archivos ADT | Gracias Marcelo por la aclaracion
voy a tener que hacer una nueva base e insertar los archivos borrados, ya que me gusta saber que usuario ha borrado.. |
ADS y Archivos ADT | [quote="sysctrl2":6ldty1i6]entonces no es tan bueno como parece ser,,
ese punto es un lado flaco,
[/quote:6ldty1i6]
Je je je, los SQLs "reales" tampoco hacen un "pack" cuando un registro se borra, adios, se borró.
recuerda que ADS ahora esta mas enfocado a un mercado basado en SQL que en el modelo xBase tradicional... |
ADS y Archivos ADT | Hola
Compañeros para eso existen los triggers en SQL, para estos casos. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Saludos
Marco A. Delgado |
ADS y Archivos ADT | Hi Rene,,
estamos tan acostumbrados a los delted en xbase
que se nos hace preocupante este tema jejeje,
pero bueno meteremos un campo bolean en las tablas
para controlar esto,,
saludos.... |
ADS y Diccionario de datos | Hola a todos: estoy tratando de usar ADS local con diccionario de datos.
Alguien me puede decir como hacerlo o mostrarme un archivo .ADD como ejemplo.
Como accedo al diccionario de datos en modo local?, como accedo a los archivos (bases.adt) desde programa?
Disculpen y Muchas gracias.
Ruben Fernandez. |
ADS y FWPPC en Radio Creswin | Hola a todos:
Vikthor se encuentra de vacaciones y Nacho Vizcaino me ha pedido hacerme cargo del programa de radio de Vik hoy Miercoles 7 de Diciembre y mañana Jueves 8.
Hoy hablaremos de ADS y el dia de mañana de FiveWin Pocket PC, y estaré abierto para recibir sus dudas e inquietudes via messenger en :
<!-- e -->... |
ADS y FWPPC en radio Creswin hoy y mañana | Hola a todos:
Vikthor se encuentra de vacaciones y Nacho Vizcaino me ha pedido hacerme cargo del programa de radio de Vik hoy Miercoles 7 de Diciembre y mañana Jueves 8.
Hoy hablaremos de ADS y el dia de mañana de FiveWin Pocket PC, y estaré abierto para recibir sus dudas e inquietudes via messenger en :
<!-- e --... |
ADS y PHP | Hola,
Estoy desarrollando un Modulo en PHP que trabaja con ADS y simultanamente un programa de FWH que usan los mismos datos.
Se me presenta que el sistema de escritorio alguien toma un registro y lo coloca lock si accedo desde PHP e intento actualizar el mismo registro me da un error.
La pregunta es como puedo cheque... |
ADS y campo IMAGE | Estimados
Alguien sabe como borrar un campo IMAGE de ADS y tablas ADT
lo estoy haciendo de este manera pero veo que no baja
los MB/GB de la base de datos?
[code=fw:bnyowhvk]<div class="fw" id="{CB}" style="font-family: monospace;">recepdoc->IMAGEN := SPACE<span style="color: #000000;">(</span><span style="color:... |
ADS y campo IMAGE | la solucion es haciendo un
[code=fw:1sf0cgr6]<div class="fw" id="{CB}" style="font-family: monospace;">PACK<br /> </div>[/code:1sf0cgr6]
raro ya que tengo entendido que no se usa PACK para las tablas ADT
BUENO POR LO MENOS BAJARON LAS GB <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /... |
ADS y campos Time- T | Hola,
Me gustaría saber si la última versión de ADS, creo que es la 11, soporta los campos Time, "T", que han incorporado Harbour y xHarbour.
¿Y qué ventajas tiene la v.11 sobre la v.10 por favor?. |
ADS Índice Composto ( SOLUCIONADO ) | Amigos,
referente:
INDEX ON str(filial,2)+str(cliente,6) to ...
Exemplo:
Utilizando ADS - Funciona perfeitamente <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
nContaRegistros := 0
clientes->( dbsetorder(1), dbseek( str(nFilial,2)+str(nCliente,6) ) )
do while clientes->fil... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.