Search found 52 matches: dbs

Return to advanced search

Re: ADO RDD xHarbour

Gunther, I dont know why didnt get those errors. Its corrected for next posted version. Meanwhile please alter in adordd.prg : C:\adordd\adordd.prg(1906) Warning W0001 Ambiguous reference: 'XVALUE' with cFieldName C:\adordd\adordd.prg(1922) Warning W0001 Ambiguous reference: 'XVALUE' with uInfo C:\a...
by AHF
Sun Oct 18, 2015 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049

Re: ADO RDD xHarbour

Antonio, there are still warnings on compiling! You should use es2 as errorlevel in compiler. Compiling 'C:\adordd\adordd.prg'... C:\adordd\adordd.prg(486) Warning W0001 Ambiguous reference: 'OCATALOG' C:\adordd\adordd.prg(487) Warning W0001 Ambiguous reference: 'OCATALOG' C:\adordd\adordd.prg(1906)...
by byte-one
Sun Oct 18, 2015 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049

Re: OT Necesito una vision sobre un problema

... una bds enorme. En la mía puedes consultar que día se trabajo hace 22 años y la bds guarda 12 registros por año no 365 que te obliga ha realizar dbs muy grandes o dbs históricos. Como te puedes imaginar tengo cosas hechas en clipper, harbour y fw. Todos los reportes son impresionantes con crystal ...
by Andrés González
Wed Sep 30, 2015 11:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Necesito una vision sobre un problema
Replies: 6
Views: 1421

Re: ADO RDD xHarbour

... fastest way to import big amounts of data to MySql is to export it first to csv file and then import it using LOAD DATA statement. I think other DBs engines have alternatives like this. You can try it like using the example in my previous post. In adordd we can do anything else to improve it ...
by AHF
Wed Aug 12, 2015 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049

Re: ADO and Lock

Biel,

DbFieldInfo( DBS_COUNTER, 1, 10) //Set autoincremt to 10


I am guessing that sets the next number to be 10?

James
by James Bott
Fri Aug 07, 2015 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and Lock
Replies: 27
Views: 6945

Re: ADO SQL VISIBILITY

... You'll see new adds deletes changes by others. You will always have the last info version. Cons: Navigation slower and server overload higher Many Dbs do not supported so you might get it through the ODBC OLedb driver. This means all navigation is transformed into queries by the driver itself delaying ...
by AHF
Wed Jun 24, 2015 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3481

Re: ADO RDD xHarbour

... forgot that Filter2sql definitely does not work with ACCESS. I place filter2sql in adordd but still only works with oledb for ADS it misses other DBs syntax. If you want please try :FILTER with SQLTRANSLATE instead Filters will be done within coming weeks. About seek this was left overs from trials ...
by AHF
Tue May 19, 2015 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049

Re: ADO RDD xHarbour

Elvira, You must do it like this: Please note table1 instead of test2 in SET ADO... TABLES as the indexes are related to tables not to DBs and ID field in dbcreate. Like this should work ok. SET ADODBF TABLES INDEX LIST TO {{ "TABLE1", {"TEST1", "FIRST"} ...
by AHF
Tue May 05, 2015 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049

Re: Documentación de las funciones ADO de FWH

QUE TAL ANTONIO COMPILE EL ARCHIVO ERP.PRG Y ME ENVIA ESTOS ERRORES BUSQUE MYSQL.H EN LA CARPETA FWH Y NO LO ENCONTRE ME PODRIAS AYUDAR SALU2 Error E2209 ERP.prg 194: Unable to open include file 'mysql.h' Error E2451 ERP.prg 200: Undefined symbol 'MYSQL' in function HB_FUN_MYSQL_INIT Error E2188 ERP...
by jesusdelamora
Sun Apr 26, 2015 12:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación de las funciones ADO de FWH
Replies: 14
Views: 5744

Re: ADO RDD xHarbour

Antonio, Yes and I checked with : msginfo(str(HB_Decode( aField[ DBS_TYPE ], "C", HB_FT_STRING, "L", HB_FT_LOGICAL, "M", HB_FT_MEMO, "D", HB_FT_DATE, "N", IIF( aField[ DBS_DEC ] > 0, HB_FT_DOUBLE, HB_FT_INTEGER ) ))) It returns HB_FT_STRING for &q...
by AHF
Wed Mar 11, 2015 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049

Re: ADO RDD xHarbour

Here it is [code]FOR n := 1 TO nTotalFields aField := Array( UR_FI_SIZE ) aField[ UR_FI_NAME ] := oRecordSet:Fields( n - 1 ):Name ADO_FIELDINFO( nWA, n, DBS_TYPE, @uInfo ) aField[ UR_FI_TYPE ] := uInfo aField[ UR_FI_TYPEEXT ] := 0 ADO_FIELDINFO( nWA, n, DBS_LEN, @uInfo ) aField[ UR_FI_LEN ] := uInfo...
by AHF
Tue Mar 10, 2015 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049

Pregunta sobre una parte de código

... ellos definir una estructura de otra dbf y crearla ? Luego usa la dbf y al final graba en un ini y destuye la dbf . No seria mas logico no usar dbs, guardarlo en arrays y grabarlo ? No me creo que Tim codificase esto asi gratuitamente , pero que motivo existe ? . Alguien que me lo aclare ? seguro ...
by mastintin
Wed Sep 24, 2014 7:27 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Pregunta sobre una parte de código
Replies: 10
Views: 4580

Re: TDbf PRO disponible...

Manuel, Creo recordar que cambié el nombre de la clase que maneja los índices para evitar conflictos con otros fuentes (creo que los propios de FiveWin). Entre mis notas pata TDBF tengo lo siguiente: /* > 01/06/2006 C.Gelabert - A la funció Str() li he afegit Str(...,5 ,0) doncs en Harbour pren e...
by FiveWiDi
Sun Sep 07, 2014 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDbf PRO disponible...
Replies: 69
Views: 17261

ADS Local and Index

... demonstrates how to macro expand date variables in CA Visual Objects when used in a filter expression: ---------------- FUNCTION MemFilter() LOCAL dbs AS DbServer FIELD empid, first, last, hiredate STATIC dDate AS DATE // won't macro-expand MEMVAR cDate AS STRING // will macro-expand dbs := DBServer{"\\ufo\recreate\dirke\VO2\scopes\master",DBSHARED,,"AXDBFCDX"} ...
by Jeff Barnes
Sat Jan 11, 2014 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Local and Index
Replies: 12
Views: 1998

Re: Oracle via ADO/ODBC

No, my approach is just

Code:
CASE cType = "L"
cQuery += aFld[ i, DBS_NAME ] + " INT, "


It works fine with Jet, MSSQL and MySQL.

Yes, this is what I remember and mentioned in my earlier post.
by nageswaragunupudi
Tue Jul 30, 2013 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6032
PreviousNext

Return to advanced search

cron