Alaska Software Inc. - View DBF Structures
Username: Password:
AuthorTopic: View DBF Structures
Karl Heinz HammelrathView DBF Structures
on Tue, 15 Feb 2005 16:24:10 +0100
Hello all together,

is there a way to view the DBF-Structure of a database, while editing the
source-code?

Karl Heinz Hammelrath
AUGE_OHRRe: View DBF Structures
on Thu, 14 Apr 2005 21:53:01 +0200
hi,

> is there a way to view the DBF-Structure of a database, while editing the
> source-code?

not include in VX 1.9.316, but you can use DBINFO.ZIP (see ASCN )

*** snip ***

DB Info (c) Gernot Trautmann, 1998-2000

Helps to debug database related programming

Usage:
 - link statically to function  f6()
 - load dynamically with DllLoad("dbinfo")
   call dynamically with &("f6")() or DllCall("dbinfo",,"f6")
 - it's possible to execute this from inside of the debugger:
      Open command window
      DllLoad("dbinfo")
      f6()

*** eof ***

greetings by OHR
Jimmy
Joe Carrick Re: View DBF Structures
on Tue, 17 Jan 2006 07:03:06 -0800
Hi Karl,

You can write a small Xbase++ App to do this and add it to the VX Tools. 
  That way you can easily examine any database structure on the fly as 
you are working in VX.  One of the simplest viewers to implement would 
be a browse.  You would need a file dialog to select the database and 
then open it.  DbStruct() will put the database structure into an array 
which you can then browse.

-Joe

Karl Heinz Hammelrath wrote:
> Hello all together,
> 
> is there a way to view the DBF-Structure of a database, while editing the
> source-code?
> 
> Karl Heinz Hammelrath
> 
>