topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
AdsGetServerTime | Gracias fGondi
[i:1ekufsp4]ahhh otra cosa, sabemos que [/i:1ekufsp4]
[code:1ekufsp4]AdsGetServerTime()[1] devuelve la fecha
AdsGetServerTime()[2] devuelve la hora
AdsGetServerTime()[3] que cosa es???[/code:1ekufsp4]
Saludos
Patricio |
AdsMgKillUser | Hola :
Alguien usó con éxito la función AdsMgKillUser ?
y me puede indicar como se usa..?
Yo escribi la siguiente pero no me mata los usuarios...
Sdos
Gracias
Silvina
FUNCTION KILL_OPERADORES
*=======================
LOCAL aUsuarios , nFor
AdsMgConnect( 'n:' )
aUsuarios := AdsMgGetUserNames()
FOR nFor := 1 TO le... |
AdsMgKillUser function | Hello :
Someone used successfully AdsMgKillUser function?
and I can indicate as used ..?
I wrote the following but does not kill me users ...
Thank you
Silvina
FUNCTION KILL_OPERADORES
*=======================
LOCAL aUsuarios , nFor
AdsMgConnect( 'n:' )
aUsuarios := AdsMgGetUserNames()
FOR nFor := 1 TO len( aU... |
AdsMgKillUser function | I use this:
[code=fw:sd73q3gs]<div class="fw" id="{CB}" style="font-family: monospace;"> cSql:= <span style="color: #ff0000;">"EXECUTE PROCEDURE sp_mgGetConnectedUsers()"</span><br /><span style="color: #00C800;">Try</span><br /> oAdoComando:<span style="color: #000000;">CommandText</span> := rTrim<span style="color:... |
AdsMgKillUser function | por si a alguien le interesa, lo hicimos andar de la siguiente forma:
esto cancela las aplicaciones conectadas al la bdd y cierra los archivos.
sldos
Silvina
FUNCTION BDDKILL
*===============
LOCAL aUsuarios , nFor , nManejador
AdsMgConnect( 'W:' ) //, nil, nil, @nManejador )
aUsuarios := AdsMgGetUserNames()
FOR n... |
AdsRestructureTable() | Hi,
I'm having problems trying to get this ADS API call to work. Getting ADS Error 5132 every time I try with a DBF-NTX table. Have tried to send the table parameter with and without path, extension, using table types ADS_DEFAULT and ADS_NTX. The table exists on the DD. I'm using version 8.0.0.1 of ACE32.
Is any... |
AdsRestructureTable() | Reinaldo,
You may ask Brian Hays, he is a good ADS guru <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
AdsRestructureTable() | Antonio;
Thank you for posting a reply.
I did talk to Brian. We discovered a problem with the wrapper function to the AdsRestructureTable api call and the way ACE32 expects it. He sent me a fix. After testing the changes, the fix was later commited to the CVS. He also added a wrapper to AdsDDSetTableProperty() th... |
AdsRestructureTable() | Estimados
alguien a utilizado la funcion de Ads AdsRestructureTable()
a ver si me dan una manito para esta funcion
desde ya gracias...
viendo los fuentes me da esta pista, pero no he podido como implementarla..[code:3d3vb5td]
HB_FUNC( ADSRESTRUCTURETABLE )
{
// call:
// AdsRestructureTable&... |
AdsRestructureTable() | Hello
You would be able to place an example of like using AdsRestructureTable |
AdsSeekLast function | Hi,
How I can use the AdsSeekLast function with FWH/xHarbour? |
AdsSeekLast function | Vilian
[quote="vilian":1gsotyqr]How I can use the AdsSeekLast function with FWH/xHarbour?[/quote:1gsotyqr]
Most of ADS' functions are integrated at the RDD level, so just use
dbSeek( xSeek, lSoftSeek, lLast )
regardless of the RDD you use (check the Clipper 5.3 NG for details).
or
<!-- m --><a class="postlink" href... |
AdsSeekLast function | Hi antonio,
Thanks, |
AdsSeekLast function | Vilian:
No problem... but I'm Luis, not Antonio <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[quote="vilian":3kkozrcy]Hi antonio,
Thanks,[/quote:3kkozrcy] |
AdsSetAof() | Hola a kigos:
Usando AdsSetAof() en un xBrowse, los datos que muestra corresponde a lo
solicitado, lo extraño es que el comportamiento de xBrowse es raro. No puedo ir recorriendolo
con la flecha, ya que el xBrowse se saltea algun registro mostrado.
local cTexto:= "Algo a buscar"
DBSelectArea(DBLISTA)
... |
AdsSetAof() | Yo lo hago de esta manera :
[code=fw:38tormqk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cFil1 := <span style="color: #ff0000;">"'"</span>+AllTrim<span style="color: #000000;">(</span>vFil<span style="color: #000000;">)</span>+<span style="color: #ff0000;">"' $"</span>+<span style="col... |
AdsSetAof() | Luego de definir tu browse
haz un
SetRddAds( oBrowse )
salu2
carlos vargas
[code=fw:37vmh38y]<div class="fw" id="{CB}" style="font-family: monospace;"><br />PROCEDURE SetRddAds<span style="color: #000000;">(</span> oBrw, lCell, nFreeze <span style="color: #000000;">)</span><br /> <span style="c... |
AdsSetAof() | Carlos: Excelente, solo con colocar estas 2 líneas en mi xBrowse quedó funcionando. Ya que las demas definciones las tengo al inicio.
mBrw:bKeyCount := {|| ( DBLISTA )->( AdsKeyCount( , , ADS_RESPECTFILTERS ) ) }
mBrw:bKeyNo := {| n | IIf( HB_IsNil( n ), ( DBLISTA )->( AdsKeyNo( , , ADS_RESPECTFILTERS ) ), ... |
AdsSetAof() | Hola Rufer
Podrias compartirme tu codigo de este articulo de favor.
gracias de antemano
saludos |
AdsSetAof() | Carlos, Buen dia
Probando tu solución esta muy bien ya no da el salto mal
pero el detalle que tengo 34 usuarios y un catalogo de 8,000 productos
y probando se alenta al hacer la función de buscar algún producto
tecleando varias letras de búsqueda.
[code=fw:1yihxtvz]<div class="fw" id="{CB}" style="font-family: monos... |
AdsSkip() missing in xHarbour 1.0b | ...Why:?: |
AdsSkip() missing in xHarbour 1.0b | Please report this on the xHarbour newgroup.Patrick |
Adssetnull external error | HI, im trying use xharbour from repository, last version, after compile, receive the error:
error: unresolved external "_AdsSetNull" referenced from rddads.lib | adsfunc
something change ? last xharbour version have some error?
something related to this?
2018-05-28 11:20 UTC+0200 Enrico Maria Giordano <e.m.giordano... |
Adssetnull external error | Someone else using ADS can check this, please?
EMG |
Adssetnull external error | Luiz, an xHarbour developer, wrote: "Probaly his ads client .lib is from an old version".
Please check.
EMG |
Adssetnull external error | EMG, very thanks, im using ads 10.10, we dont update to last version because we dont need new features and price of update too. but xharbour Always Works with ads 8, 9 ,10 in old versions, if i remenber in source of rddads have an #define like IF adsversion == x, adsversion == y.
i have to go back to old version of xh... |
Adssetnull external error | Please, try to ask to comp.lang.xharbour newsgroup.
EMG |
Adssetnull external error | EMG, i will, just let me know, there commit made for you, is to specific version of ads? why you add these functions, in changelog you say reinaldo advice, reinaldo can say if these function is specific to some version of ads?
another solution is go to harbour....
very thanks |
Adssetnull external error | [quote="Admpss":7wz8vxh9]EMG, i will, just let me know, there commit made for you, is to specific version of ads?[/quote:7wz8vxh9]
Don't think so but I'm not an ADS user, so I don't know for sure.
[quote="Admpss":7wz8vxh9]why you add these functions, in changelog you say reinaldo advice, reinaldo can say if these fun... |
Adssetnull external error | EMG, in adsfunc.c adssetnull is commented,
/*HB_FUNC( ADSSETNULL )
{
UNSIGNED32 ulRetVal;
ADSAREAP pArea = hb_adsGetWorkAreaPointer();
ulRetVal = AdsSetNull( (hb_parnl(1)==0) ? pArea->hOrdCurrent : hb_parnl(1),(char*) hb_parc(2));
hb_retl( ulRetVal == AE_SUCCESS );
}*/
but in the same adsfunc.c have this:
HB_FUNC( ... |
Adssetnull external error | I don't know why this is commented out... It could be an error from mine, sorry. Ok, let's try to uncomment it...
EMG |
Adssetnull external error | EMG, i guess the comented is the original one, and uncommented is the reinaldo sugestion.
i will try compile xharbour with rddads without your commit, to see if the error persist.
thanks |
Adssetnull external error | Done. Let's wait for Mel to make the new xHarbour builds...
EMG |
Adssetnull external error | [quote="Admpss":3i3th3er]EMG, i guess the comented is the original one, and uncommented is the reinaldo sugestion.
i will try compile xharbour with rddads without your commit, to see if the error persist.
thanks[/quote:3i3th3er]
Ops! Sorry, I'm going to revert my change...
EMG |
Adssetnull external error | Done.
EMG |
Adssetnull external error | EMG, thanks, but not solved. same error after your commit. can you see with reinaldo why this changes, they are to specific ads version? thanks again. |
Advance SQL-query question | Hi,
I now this is not a SQL-forum, but since a lott off users use SQL, mayme somone know the solution.
I have table like this
[code=fw:zmckn5mi]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">Name</span> Parameter Value<br />---- --------- -----<br />Name1 Parmeter1... |
Advance SQL-query question | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=30530">viewtopic.php?f=3&t=30530</a><!-- l --> |
Advance SQL-query question | Rao,
What is the query that used for the pivot view?
I don't want to calculate the sum om the fields. For each name there is one time a field with parameter1, and I want to show the field in Value1 for that name. |
Advance SQL-query question | [quote:2pprcih4]I don't want to calculate the sum om the fields. For each name there is one time a field with parameter1, and I want to show the field in Value1 [/quote:2pprcih4]
The functionality is not limited to SUM alone. SUM, AVG, MAX, MIN,STD etc
MAX of a single value is the same value. Isn't it?
Source of this f... |
Advance SQL-query question | Roa,
Thank you, it's working now <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Advance SQL-query question | Is pivot table working for you? |
Advance SQL-query question | Yes it's working! Thank you very much!
I use
[code=fw:22fsu6dx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">SELECT</span> <span style="color: #0000ff;">NAME</span>,<br /><span style="color: #000000;">(</span> <span style="color: #0000ff;">max</span><span style="color: #00... |
Advance SQL-query question | CASE works in MySql too.
It is not working in ADO for DBase and MsAccess only. |
Advance SQL-query question | I have tried the query in HeidiSQL with MariaDB, and get an error. I will take a look at it again. |
Advanced Encryption Standard | Some have an AES algorith or Twofish encript or a smal sample ?
see [url:1jp7maji]http://it.wikipedia.org/wiki/Advanced_Encryption_Standard[/url:1jp7maji]
I found a sample on delphi but I cannot Know How converte it
[url:1jp7maji]http://www.example-code.com/delphi/aes_stringEncryption.... |
Advanced Encryption Standard | Hi Silvio,
Luiz Rafael Culik Guimaraes has AES function for xHarbour code in C.
[url:w5lmas8s]https://groups.google.com/forum/#!topic/comp.lang.xharbour/DXDjjakdt8c[/url:w5lmas8s]
Regards |
Advanced Encryption Standard | thanks
I sent message to luiz but I not had any messages |
Advantage | Hola a todos. Pretendo usar el advantage como server remoto y las dbf usan ntx, ¿funciona con ntx o tengo que pasar a cdx? Gracias.
Jorge Jaurena |
Advantage | Jorge,
Una de las grande ventajas de usar Advantage es cambiar de archivos DBF a ADT y por supuesto cambiar de indices NTX a ADI.
Todo esto es bien facil de hacer con minimos cambios a tus programas.
Si decides hacer el cambio a ADS te recomiendo el libro en el siguiente enlace:
[url:3fvznvvx]http://www.amazon... |
Advantage | jorge
yo utilizo dbf e idx
con la encriptacion de ads que es fantastica
los ntx no te permiten usar los scope que son rapidisimos
/*
********************
* Llamar al RDD *
********************
REQUEST _ADS
*************************************************
* Definir el RDDADS como predeterminado *
****************... |
Advantage 64 bit and Xp 64 bit | Good evening.
I've downloaded the beta release of Advantage 10 32 bit and installed on Xp 32 bit. Everything is working correctly and very fast.
I'm trying to make the same test with the 64 bit version, of Xp and Advantage server. But I'm not able to connect with the database.
Is there a different dll for connecting wi... |
Advantage Data Base Server | Can I use ads local and server with fivewin for pocket pc. |
Advantage Data Base Server | Mike,
As far as we know there is no an Advantage DLL for Pocket PC.
You may ask Advantage tech support to confirm it, thanks |
Advantage Data Base Server | Hi Mike,
Were you able to find ADS drivers for PocketPC? If so, can you tell me where you got the drivers?
Thank you, |
Advantage Data Server con ADO | Buen día a la comunicad.
Deseo saber como puedo abrir la base de datos con advantage via ADO ya baje el odbc incluso el OLE Provider, lo único cual sería el string para realizar la conexión.
Saludos.
Arturo.
México |
Advantage Data Server con ADO | oConexionAdo:Open("Provider=Advantage.OLEDB.1;User ID=adssys;Data Source=diccionario.add;Persist Security Info=False;ServerType=ADS_REMOTE_SERVER;LockMode=ADS_COMPATIBLE_LOCKING")
saludos |
Advantage Data Server con ADO | Y sabras de que forma se puede hacer mediante ODBC igual con ADO.
Saludos |
Advantage Data Server con ADO | Saludos.
Sabrás como puedo solucionar el siguiente error?
Error ador.recordset/9 El proveedor actual no admite la interfaz necesaria para la funcionalidad Índice.: SEEK
El código que tengo es el siguiente:
oDatos:LockType := 4 //adLockOptimistic = 3, adReadOnly = 1
oDatos:CursorLocation := 3 //adUse... |
Advantage Data Server con ADO | Para el tema de connections string tanto via ole db como odbc, puedes mirar esta entrada de mi blog ( [url:17nz3fpc]http://bielsys.blogspot.com/2007/11/ado-connectionstring.html[/url:17nz3fpc] ).
Con referencia a lo del seek, no sabria decirte, pues no utilizo el metodo seek, ni el motor ADS. En este l... |
Advantage Database Server | For years I have had my clients using Advantage Database Server with good success, even though it can be expensive.
I recently had some limited communication with them, and they are now non-responsive.
I used to get files and info from devzone.advantagedata.com but today it seems to be down.
It appears the last vers... |
Advantage Database Server | hi,
as i know SAP have cancel ADS last Year but you still can get Suppourt and Updates
in German you can buy ADS with -25% off at TOBAX Software until 2025 (see here)
[url:226x64iy]https://www.xbaseforum.de/viewtopic.php?f=42&t=12118&p=140151[/url:226x64iy]
as many Xbase++ User work with ADS you also... |
Advantage Database Server | Hello Jimmy,
You are one of the database experts I know who is familiar with the various databases.
May I ask you to look through this document from 2012 (10 years old) in the light of the new possibilities with mod harbour developments and, if necessary, supplement it.
[b:386vg0yx]I mean primarily regarding the fac... |
Advantage Database Server | Otto,
ADS is perfect for my clients who need it. I have some using 20 workstations with almost instant speed and it never has issues.
Some of my clients run smaller operations ( 2 or 3 workstations ) and they are fine with Peer to Peer, estpecally with the current fast computers and networks.
My concern is that A... |
Advantage Database Server | Tim,
Tim, I understand.
It's just double-edged.
For the moment, when you are not in competition with other software providers, a desktop program fits.
But as soon as you have to face the competition, you lose.
And that's bitter because then you have nothing to fight against.
Really, nothing.
When you realize that,... |
Advantage Database Server | Otto,
I started this work 40 years ago ( 1982 ). I'm now 75. How many more years do you think I need to prepare to program ?
There are people out there who still use the DOS version of my application I wrote prior to the year 2000. There are others who continue to stay current and they do well with what I now offe... |
Advantage Database Server | Tim,
I understand.
But not going to web with mod harbour is missing so much joy.
Having your own web server and being able to do everything that is possible today.
With mod harbour practically everything remains as it was with Fivewin.
At the backend you have harbour and at the frontend you use a WYSIWYG HTML edito... |
Advantage Database Server | Dear Tim,
Besides Otto's great advise, I would suggest you using MariaDB. Mr. Rao has fine tuned FWH for many years to work smoothly with it.
MariaDB is free, a great community supporting it and surely with Mr. Rao and others great support here, you may do the transition from DBFs to MariaDB really easy <!-- s:-) -->... |
Advantage Database Server | Dear Tim,
I can guarantee that Master Rao is great support for FWH/MariaDb. I use xHB/FWH/ADS/R&R for more 15 years. Today I move to xHB/FWH/MariaDB/CrystalReport by Master Rao help. I'm success transform from ADS to MariaDb for years. I can confirm you that, it will be fine. |
Advantage Database Server | I have used ADS for many years, but some years ago I have moved all my programs to MySql and also can guarantee - FWH/MySql and Mr Rao support are great !!! |
Advantage Database Server | I have many notes from Mr. Rao and I am adapting to use MySQL. This is a very large product and I was comfortable keeping it with the .DBF files for those customers who continue to use it. However, it may be wise to spend the time making the transition. I have already started some of the work.
I mainly was trying t... |
Advantage Database Server | Tim
Just curious why you don't choose Sql Server and or MS Access .. the same ADO code applies to both databases ... only the connection strings change .. I use MS Access for local installs and Sql Server for larger Corporate installs .. AGAIN .. the code doesn't change just the connection string .. .
Rick Lipkin |
Advantage Database Server | Hello everybody.
I work with ads since 2004/2005, in 2008 I started working with data dictionary using ADT. I have systems for registries where the data reaches 60gb because of the Blob/Binary fields that have PDF, Doc, Jpg files and others. Source codes currently use 80% SQL and we shouldn't underestimate the standard... |
Advantage Database Server | Giovany,
I have my application setup to run either .DBF, or .ADT. That works just fine.
Here is my concern. I am a reseller of ADS, so I have access to the ordering and updating system. However, if I obtain an upgraded user license for a client, I am selling software that has absolutely no support other than what ... |
Advantage Database Server | Dear Tim,
I can still access to generate ADS license now. What is your problem?
[url:2r5z9csa]https://devzone.advantagedatabase.com/rvc/login.aspx[/url:2r5z9csa] |
Advantage Database Server | Dutch,
Yes I can access to generate a license, or increase the number of users. However, is it fair to sell something to my clients that is no longer supported, and has no development team to respond to changes in the Windows OS that Microsoft may initiate ?
It has happened before when they had support staff, and Mi... |
Advantage Database Server | Dear Tim,
I got your point now. Because I use ADS V.9 and don't update new version. I can handle this version without upgrade need until now.
[quote="TimStone":141zjwkz]Dutch,
Yes I can access to generate a license, or increase the number of users. However, is it fair to sell something to my clients that is no lon... |
Advantage Database Server | Sad Sad news
in my case I use ADS server for several years my product are 100% ADS server and we are satisfy with ADS SERVER
we have instalations with ads 7, 8, 9, 10, 11, 12 SERVER on windows 2008, 2012, 2016, 2019 servers great product !!
It seems soon or later my bussines will gone, too much extensive and complex t... |
Advantage Database Server | Anyone tried ADORDD ?
It is the only way to go to SQL keeping exactly the same code. |
Advantage Database Server | Antonio we need this but never tried
regards
Wilson |
Advantage Database Server | hi,
there are RDD for MySQL and PostgreSQL but it need OOP Syntax is like using a Db-Server or ADO.
Alaska have made PgDBE to "simulate" ISAM Style like SKIP or GOTO ... SEEK
they want to use it instead of ADS <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll... |
Advantage Database Server | Dear Jimmy,
Carles Aubia (Charly) implemented a free and open source ORM for Harbour where you could include your code and take advantage of this great work already done:
[url:2l89szll]https://github.com/carles9000/wdo[/url:2l89szll]
Dear Mr. Rao databases great expertise has not landed on mod_harbour yet, s... |
Advantage Database Server | Wow, thx for link
as i say i´m still Newbie under harbour |
Advantage Database Server | hi,
have test WDO but at lease 3 "missing" Function
[quote:3ark030z]hbmk2: Error: Referenced, missing, but unknown function(s): VALTOCHAR(),
PTRTOSTR(), PTRTOUI()[/quote:3ark030z]where does those Function come from <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: ... |
Advantage Database Server | Jimmy,
WDO was dessigned for modharbour. You can try create dummy functions
Function ptrtostr(); retu ""
Function ptrtoui(); retu "" |
Advantage Database Server | hi,
thx for Answer
[quote:152s7h3p]WDO was dessigned for modharbour. [/quote:152s7h3p]forgot it <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->
VALTOCHAR() was easy to replace
[code=fw:152s7h3p]<div class="fw" id="{CB}" style="font-family: monospace;... |
Advantage Database Server | Jimmy,
Functions are used in modharbour
[code=fw:2690ee6w]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------//</span><br /><br /><span style="color... |
Advantage Database Server | hi Carles,
[quote="Carles":8tifrw7r]Functions are used in modharbour[/quote:8tifrw7r]
thx for Code
i will try to complete WDO Sample "for Desktop" |
Advantage Database Server | To All
Forgive me ... I do not think there is a ( conversion - dbf/cdx or advantage server ) magic pill ... I have been using ADO for about 15 years and I found it to be nicely Object Oriented with every method you need to manipulate just about any Sql Database ( ms access, ms Sql Server, Oracle ... etc )
Rao has c... |
Advantage Database Server | There is a magic solution and his name is ADORdd <!-- m --><a class="postlink" href="https://github.com/AHFERREIRA/adordd">https://github.com/AHFERREIRA/adordd</a><!-- m --> |
Advantage Database Server | hi,
Alaska have create PgDBE for Xbase++ to emulate ISAM Style
People want to use it instead of ADS while they "think" that Alaska found "Wonder-Pile"
i have "testdrive" early Version of PgDBE and Concept seems "interessing" but what i got ...
it have to do with xBase "Index" to use "in" SQL for ISAM Style
Alaska d... |
Advantage Database Server | Apparently this is a database engine developed by Alaska Software to emulate ISAM style functionality for xBase++. It looks like people are considering using PgDBE instead of ADS (Advantage Database Server), but they are having performance issues. You mentioned that PgDBE creates an internal field for each xBase index ... |
Advantage Database Server | Use Sqlrdd. Source is now available |
Advantage Database and SQL | I am currently using Advantage Database 10 via DBF/NTX files for my application. My very basic question is:
What is the most simplistic method to allow another application (Visual C#) to query/modify/update some of the Advantage Data using SQL? Is it to simply create a Data Dictionary in Advantage to house my DBF/NT... |
Advantage Database and SQL | Jay;
When the index files are not compounded indexes, as is the case with DBF/NTX, then you should create a data dictionary. Inside the data dictionary metadata is stored with information that relates any and all .ntx files to its .dbf files. Have the Visual basic, PHP, or any other ADS enabled client connect to the... |
Advantage Database and SQL | Thank You Very Much Reinaldo for that information! That helps me greatly. Can I ask you a couple of very basic follow-up questions?
1) How would I set up your afiles array to pass 1 dbf and multiple ntx's to the CreateDictionary()? because the names of my dbf's aren't related to the ntx's. Example...
Customer.dbf... |
Advantage Database and SQL | Jay;
[quote:2b5m27z5]1) How would I set up your afiles array to pass 1 dbf and multiple ntx's to the CreateDictionary()? because the names of my dbf's aren't related to the ntx's. Example...
Customer.dbf
Custname.ntx
Custnbr.ntx
Custid.ntx
Payments.dbf
Pmttype.ntx
Pmtdate.ntx[/quote:2b5m27z5]
Notice on my sample code... |
Advantage Database and SQL | Reinaldo - Thank you very much again. I've got most of it. You've been especially helpful.
One last question:
When using AdsDDAddTable, Is it imperative that I specify the indexes in the correct order? (that is when using the DD, I can now get rid of all my existing SET ORDER TO commands before issuing a SEEK) Or i... |
Advantage Database and SQL | Hey Jay;
Although the SQL engine knows how to best use indexes to optimize speed, ISAM stays ISAM. By this I mean, that your ISAM code stays the same and works the same. With SQL you don't have syntax to "setOrder" or "Seek". The relationships between tables and existing indexes are saved on the Data Dictionary an... |
Advantage Database and SQL | Thank you again, Reinaldo.
Jay |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.