Search found 78 matches: dbinfo

Return to advanced search

DBF-Header-Information ( NTX or CDX ) with DBINFO ?

... from NTX to CDX. Without Index and Memo, there is no way to find out. The Information must be somewhere in the file-header. I checked the DBINFO - Function with all parameters, but couldn't find a Parameter, for any informations what RDD has been used during the creation of the DBF. When ...
by ukoenig
Wed Jan 23, 2008 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF-Header-Information ( NTX or CDX ) with DBINFO ?
Replies: 4
Views: 963

Re: Error DBFCDX/1025 Escritura no autorizada

... ayuda sera muy apreciada. Gracias desde ya :D el seek ncta, en que área lo haces? no tiene el "Bancos->" delante Si pones MSGINFO( BANCOS->( DBINFO( DBI_CANPUTREC ) ) ) justo antes del replace que muestra? Antes del dBUnlock() es imprescindible el dBCommit() si quieres evitar corrupción de ...
by Carlos Mora
Mon Oct 29, 2007 12:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error DBFCDX/1025 Escritura no autorizada
Replies: 32
Views: 7320

Patrick,

DbInfo() is highly related to the RDD Clipper internal architecture, so you probably can not extract it from 5.3 and use it with 5.2
by Antonio Linares
Fri Oct 12, 2007 11:34 am
 
Forum: FiveWin for CA-Clipper
Topic: FILE NAME
Replies: 10
Views: 2641

HOW CAN I EXTRACT THE FUNCTION DBINFO() FROM THE CLIP 5.3 .lLIB AND PUT IT IN MY CLIP5.2E.LIB?
I HAVE TLIB FROM BORLAND BUT I DON'T KNOW IT WELL.
I DON'T USE CLIP 5.3 BECAUSE SOME FUNCTIONS OF MY APPLICATION DON'T WORK WITH 5.3
THANKS
by patili
Fri Oct 12, 2007 11:20 am
 
Forum: FiveWin for CA-Clipper
Topic: FILE NAME
Replies: 10
Views: 2641

>it seems that dbinfo is not in clipper 5.2e

I think you are right, it is only in Clipper 5.3.
by James Bott
Thu Oct 11, 2007 9:31 pm
 
Forum: FiveWin for CA-Clipper
Topic: FILE NAME
Replies: 10
Views: 2641

Yes
rtlink gives the error l2029 "unresolved external"
it seems that dbinfo is not in clipper 5.2e
by patili
Thu Oct 11, 2007 9:08 pm
 
Forum: FiveWin for CA-Clipper
Topic: FILE NAME
Replies: 10
Views: 2641

Are you doing it like this?

MyAlias->(dbinfo(DBI_FULLPATH))
by James Bott
Thu Oct 11, 2007 8:51 pm
 
Forum: FiveWin for CA-Clipper
Topic: FILE NAME
Replies: 10
Views: 2641

FILE NAME

Hi
i use Clipper 5.2e and the function dbinfo() didn't work
I want to get the full name of the . dbf in use , not the alias .
How can i do?
Thanks
by patili
Thu Oct 11, 2007 6:57 pm
 
Forum: FiveWin for CA-Clipper
Topic: FILE NAME
Replies: 10
Views: 2641

... implemented but we are supporting their functionality so they can be easy added even at .prg level as wrappers to existing ord*()/ dbOrderInfo()/dbInfo()/dbRecordInfo()/dbFieldInfo()/rddInfo() functions. Bitmap filters are not implemented. I created bitmap library with all COMIX/ClipMore and ...
by Patrick Mast
Thu Aug 02, 2007 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SIX-driver replacement
Replies: 11
Views: 4168

#include "dbinfo.ch"

...

MsgInfo( ( Alias )->( DbInfo( DBI_FULLPATH ) ) )
by Antonio Linares
Sun Dec 17, 2006 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es el nombre del fichero dado el alias
Replies: 1
Views: 511

function dbInfo ()

Hi All, Yes another problem. If I want to detect if a database is opened in READONLY mode, the dbInfo(DBI_CANCUTREC) function should return .T. or .F. according to the mode of the database. Yet it always return .F. (READWRITE) even if the database is opened in READONLY. ...
by Gilbert
Tue Nov 21, 2006 7:20 pm
 
Forum: FiveWin for CA-Clipper
Topic: function dbInfo ()
Replies: 0
Views: 696

Database readwrite and read only detection

... know if any of you has a way of detecting if a database has been opened in readwrite or readonly mode. In Clipper 5.3 there is a function called dbInfo() which allows to detect retreive multiple information from an opened database, but could not find anything that would retreive this information. ...
by Gilbert
Wed Nov 01, 2006 11:33 pm
 
Forum: FiveWin for CA-Clipper
Topic: Database readwrite and read only detection
Replies: 3
Views: 1299

Hola a todos Este es el ejemplo que habla Jose Luis, que el mismo Przemyslaw Czerpak le posteo en las news. #include "dbinfo.ch" proc main() field F1, F2 local aStru := {{"F1","C",10,0},{"F2","C",10,0}}, nRow dbCreate( "tst", aStru ) use tst /* set encryption key for new and modified ...
by Raymundo Islas M.
Sun Jun 25, 2006 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Encriptacion de Bases de Datos desde xHarbour
Replies: 28
Views: 11262

... puedan ser "leidos" por X App. En mi caso, me gustaria profundizar el punto de las funciones propias del xHarbour : dbRecordInfo( DBRI_ENCRYPTED ) dbInfo(DBI_PASSWORD) dbInfo(DBI_PASSWORD, dbInfo(DBI_PASSWORD)) o en el trabajo del Sr. Przemyslaw Ojala y por ahi salga alguna clase, libreria, etc ...
by Raymundo Islas M.
Thu Jun 15, 2006 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Encriptacion de Bases de Datos desde xHarbour
Replies: 28
Views: 11262

Re: .DBT memo files

EnricoMaria wrote:#include "Dbinfo.ch"

RDDINFO( RDDI_MEMOTYPE, DB_MEMO_DBT )

EMG


Thanks Enrico, it worked!

Kind regards
Evans
by E. Bartzokas
Thu Feb 23, 2006 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: .DBT memo files
Replies: 4
Views: 1073
PreviousNext

Return to advanced search