Search found 78 matches: dbinfo

Return to advanced search

New FTDN January/Enero 2018 (FWH 18.01)

... * TDataBase: - Data encryption: Last parameter cPassword is added to methods New(), Open() and Create(). If specified, password is set by calling DBINFO( DBI_PASSWORD, cPassword) if and only if the DBF does not contain any memo fields. This is because RDD does not support encryption when the DBF ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2604

Re: funciones de FWH y Harbour en un archivo .txt

... DBFilter()->cFilter DBFSize()->nFileSize DBGoBottom()->Nil DBGoTo(<nRecordNumber>)->Nil DBGoTop()->Nil DBInfo(<nDefine>,[<xNewSetting>])->xCurrentSetting DBJoin(<cAlias>,<cDatabase>,[<aFields>],[<bFor>])->lSuccess ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... DBCreate DBCreateIndex DBDelete DBDrop DBEdit DBEval DBExists DBF DBFieldInfo DBFileGet DBFilePut DBFilter DBFSize DBGoBottom DBGoTo DBGoTop DBInfo DBJoin DBList DBOrderInfo DBPack DBRecall DBRecordInfo DBReindex DBRelation dbRename DBRLock DBRLockList DBRSelect DBRUnlock DBSeek DBSelectArea ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: DBF TEMPORARY

I tried so. But, error appears. USE (cAlias+".dbf") ALIAS (cAlias) NEW VIA "ARRAYRDD" ? Select() // 1 ? (CAlias )->( DbInfo (DBI _ FULLPATH)) // nul 1. DEFINE DATABASE oDb FILE "" ? oDb:nAarea // ======> Result 0 oDb:zap() // Error database.prg (177) ===> ...
by dbmanfwh
Wed Feb 17, 2016 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 12309

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2368

Re: ADO RDD xHarbour

... USRRDD_AREADATA( nWA )  cFilterExp := aWAData[WA_CFILTERACTIVE]    RETURN HB_SUCCESS  dbfilter() and dbinfo() return cfilter expression.
by AHF
Mon May 25, 2015 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068

Re: ace32.lib y rddads.lib con ads 11.1 solucionado en parte

Encontrado donde va el #define RDDI_INDEXPAGE SIZE 45, este esta ubicado en el archivo harbour\include\dbinfo.ch. Lo que estaba sucediendo es que tengo una versión de harbour 3.4 anterior a la fecha 2014.10.21 donde se añadió una función para DBFCDX por parte de Przemyslaw ...
by J. Ernesto
Wed Apr 22, 2015 4:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ace32.lib y rddads.lib con ads 11.1 una parte de la solucion
Replies: 11
Views: 2069

Re: Antonio - WORKAREA con data de usuario

... * pSDDData;                          /* SDD specific data */} SQLBASEAREA, * SQLBASEAREAP;  Y para obtener la cadena se podría consultar con dbinfo static HB_ERRCODE sqlbaseInfo( SQLBASEAREAP pArea, HB_USHORT uiIndex, PHB_ITEM pItem ){   switch( uiIndex )   {    ...
by Carlos Mora
Wed Apr 01, 2015 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio - WORKAREA con data de usuario
Replies: 4
Views: 872

Re: ADO RDD xHarbour

Lucas, Ready: Open Close Indexes Locks Navigation Find dbinfo ordinfo Seek (without lSoftSeek) Which RDBMS are you using?. Tests ADS (on real world Oracle or MySql) How do you open a dbf?. normal USE cfile SHARED | EXLUSIVE... Please note you must check ...
by AHF
Tue Mar 31, 2015 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068

Re: ADO RDD xHarbour

... All temp name index files must be present in ListTmpNames() "TMP","TEMP" Ready: Open Close Indexes Locks Navigation Find dbinfo ordinfo Seek (without lSoftSeek)
by AHF
Sun Mar 29, 2015 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068

Re: ADO RDD xHarbour

Antonio, Ill do that maybe today after finish all locking, seeks and finds. Dbrlocklist() and Dbinfo() are working :D . Ive checked the paramaters in hbusrdd.c hb_usrInfo( AREAP pArea, HB_USHORT uiInfoType, PHB_ITEM pInfo ) Can I assume that when we have pSomeVar ...
by AHF
Tue Mar 24, 2015 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068

Re: ADO RDD xHarbour

See the source code for dbinfo(): HB_FUNC( DBINFO ){   AREAP pArea = ( AREAP ) hb_rddGetCurrentWorkAreaPointer();   if( pArea )   {      PHB_ITEM pIndex;  ...
by Antonio Linares
Sun Mar 22, 2015 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068

Re: ADO RDD xHarbour

Can't you return it from DbInfo() ?
by Antonio Linares
Sun Mar 22, 2015 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068

Re: ADO RDD xHarbour

Antonio,

Yes, you are right, it is DbInfo()

What we are not going to lock any records, so what do you need that for ?
by Antonio Linares
Sun Mar 22, 2015 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068

Re: ADO RDD xHarbour

Antonio, Dbrlocklist is a area/table related information and not index. I think drblocklist is calling dbinfo with the corresponding #define. When we open a recorset we load to UR_SUPER_OPEN( nWA, aOpenInfo ) all openinfo. Can we do something of the kind with locks and unlocks ...
by AHF
Sun Mar 22, 2015 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447068
PreviousNext

Return to advanced search