Search found 53 matches: adodbf

Return to advanced search

Re: Nuevo ADORDD

... Nueva opción PORT en SET ADO DEFAULT DATABASE ... ADO_ORDINFO ordwildseek implementado Soporte de órdenes múltiples con nuevo SET: SET ADODBF MULTIBAG INDICE LIST A {{"INDEX NAME", {TAGORDER 1 "," TAGORDER2 "}}} Esto permite que el soporte de archivos de índices ...
by AHF
Tue Mar 07, 2017 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 16485

Re: ADO RDD xHarbour

... New features: New option PORT in SET ADO DEFAULT DATABASE ... ADO_ORDINFO ordwildseek implemented Multibag orders support with new SET: SET ADODBF MULTIBAG INDEX LIST TO { { "INDEX NAME", {TAGORDER 1","TAGORDER2"} } } This allows multibag index file support exactly ...
by AHF
Tue Mar 07, 2017 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADORDD FAQs

... TO "EMPRE01" SERVER TO "localhost" ENGINE TO "MYSQL" USER TO "root" PASSWORD TO "1234" /* SET ADODBF TABLES INDEX LIST TO { ; {"EMPRESA",{"EMPRESA","NUMEMP_000"} }, {"APUNTES" ,{"APUIND01","AP_OBRA+DTOS(AP_FECHA)"}} ...
by gautxori
Wed Apr 13, 2016 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19554

Re: Nuevo ADORDD

New build adordd ver 1.0 at https://github.com/AHFERREIRA/adordd.git New: 1) SET ADODBF INDEX LIST FIELDTYPE NUMBER TO {{ "Table",{ "numfiled", nlen },{"numfield", nLen } } } adordd need a precise indication of the len of numeric fields ...
by AHF
Mon Dec 07, 2015 12:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 16485

Re: ADO RDD xHarbour

New build adordd ver 1.0 at https://github.com/AHFERREIRA/adordd.git New: 1) SET ADODBF INDEX LIST FIELDTYPE NUMBER TO {{ "Table",{ "numfiled", nlen },{"numfield", nLen } } } adordd need a precise indication of the len of numeric fields ...
by AHF
Mon Dec 07, 2015 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: Nuevo ADORDD

... DBGOTO was giving error if the record was not within INDEX with UDF or condition. Changes: hb_AdoRddFile( cFile ) Check for index file in the adodbf index list... and support for Sqlite, Firebird, Oracle.
by AHF
Fri Nov 20, 2015 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo ADORDD
Replies: 55
Views: 16485

Re: ADO RDD xHarbour

... DBGOTO was giving error if the record was not within INDEX with UDF or condition. Changes: hb_AdoRddFile( cFile ) Check for index file in the adodbf index list... and support for Sqlite, Firebird, Oracle.
by AHF
Fri Nov 20, 2015 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

... USE cTable SET INDEX TO index1,index2,index3 Order focus should be index1. If SET AUTOPEN ON the order focus will be on the first index in the SET ADODBF.. You should only use INDEX ON for temporary indexes as permanent ones should be indicated on SET ADODBF INDEX... If you use INDEX ON... TO cFile ...
by AHF
Thu Nov 19, 2015 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

... indexfiles. As in ADORDD no files exist i must use before INDEX ON... (in a clipper app only once to produce the indexfile) or the command SET ADODBF TABLES INDEX LIST TO .... If i use this ADODBF TABLES INDEX LIST TO .... then the order from the indexes always like this array. The SET INDEX ...
by byte-one
Thu Nov 19, 2015 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

... If INDEX ON is after it will be added after. If autopen off index on will be added first if you not did explicitly set index to the index in ADODBF INDEX. If you found other behavior this is not the standard clipper its a bug!
by AHF
Fri Oct 30, 2015 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

Antonio, not a bug!
I have tested ADODBF INDEX ... and INDEX ON... at same time. The OrdList begins always with the indizes defined in ADODBF INDEX ... This is very important to know!
by byte-one
Fri Oct 30, 2015 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

Gunther,

Im glad to know that it suites you.

...that indexes with ADODBF INDEX ... are in ordernumber < indexes created with INDEX ON... and both can used the same time


I dont understand what you mean.Is it a bug?
by AHF
Fri Oct 30, 2015 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

Antonio, i use MSSQL. I have explored in the meantime the rdd. All is ok. And i found out, that indexes with ADODBF INDEX ... are in ordernumber < indexes created with INDEX ON... and both can used the same time. Indexes without UDF are really extreme in speed! Some indexes ...
by byte-one
Fri Oct 30, 2015 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

Gunther, Any valid clipper expression must work. If not something is wrong with adordd. ADODBF INDEX ... is only for indexes that are used by the app and are created only once. All indexes created (normally temporary) during app run time should not be place there. adordd ...
by AHF
Thu Oct 29, 2015 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007

Re: ADO RDD xHarbour

Antonio, a suggestion:
In ADOSHOWERROR() should also the database an the actual table displayed!

And a question:
Code like
Code: Select all  Expand view
INDEX ON TESTADISC->REDATUM TO TMP
are functioning? Maybe this command can fill the SET ADODBF TABLES INDEX LIST TO...
by byte-one
Thu Oct 29, 2015 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446007
Next

Return to advanced search