Discussion:
databae structure
(too old to reply)
avi
2005-12-18 13:44:01 UTC
Permalink
hi all
I need to know how can I get all the structure of my database file?
display and list database don't give me the full information about all my
fields, type off them etc.
can anyone know how can I get all this information

avi
Josh Assing
2005-12-18 19:10:10 UTC
Permalink
you mean tables?
afields() helps
disp stru should give you all the info too.

just cycle thru all the tables in your database..
Post by avi
hi all
I need to know how can I get all the structure of my database file?
display and list database don't give me the full information about all my
fields, type off them etc.
can anyone know how can I get all this information
avi
--- AntiSpam/harvest ---
Remove X's to send email to me.
Cindy Winegarden
2005-12-18 21:02:08 UTC
Permalink
Hi Avi,

Run GenDBC.prg and look at the output. My GenDBC.prg is in C:\Program
Files\Microsoft Visual FoxPro 9\Tools\Gendbc\gendbc.prg .
--
Cindy Winegarden MSCD, Microsoft Visual FoxPro MVP
Post by avi
hi all
I need to know how can I get all the structure of my database file?
display and list database don't give me the full information about all my
fields, type off them etc.
can anyone know how can I get all this information
avi
avi
2005-12-19 16:26:03 UTC
Permalink
thank u for the reply
it's help me alote

avi
Post by Cindy Winegarden
Hi Avi,
Run GenDBC.prg and look at the output. My GenDBC.prg is in C:\Program
Files\Microsoft Visual FoxPro 9\Tools\Gendbc\gendbc.prg .
--
Cindy Winegarden MSCD, Microsoft Visual FoxPro MVP
Post by avi
hi all
I need to know how can I get all the structure of my database file?
display and list database don't give me the full information about all my
fields, type off them etc.
can anyone know how can I get all this information
avi
Loading...