|
Home > Archive > FoxPro database connector > December 2005 > databae structure
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| 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, 1:24 pm |
|
you mean tables?
afields() helps
disp stru should give you all the info too.
just cycle thru all the tables in your database..
On Sun, 18 Dec 2005 05:44:01 -0800, avi <avi@discussions.microsoft.com> wrote:
>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, 8:26 pm |
| Hi Avi,
Run GenDBC.prg and look at the output. My GenDBC.prg is in C:\Program
Files\Microsoft Visual FoxPro 9\Tools\Gendbc\gendb
c.prg .
--
Cindy Winegarden MSCD, Microsoft Visual FoxPro MVP
cindy_winegarden@msn
.com www.cindywinegarden.com
"avi" <avi@discussions.microsoft.com> wrote in message
news:8B72A41E-BB0E-40CF-9C0A- DE94C089CF43@microso
ft.com...
> 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
>
| |
|
| thank u for the reply
it's help me alote
avi
"Cindy Winegarden" wrote:
> Hi Avi,
>
> Run GenDBC.prg and look at the output. My GenDBC.prg is in C:\Program
> Files\Microsoft Visual FoxPro 9\Tools\Gendbc\gendb
c.prg .
>
> --
> Cindy Winegarden MSCD, Microsoft Visual FoxPro MVP
> cindy_winegarden@msn
.com www.cindywinegarden.com
>
>
> "avi" <avi@discussions.microsoft.com> wrote in message
> news:8B72A41E-BB0E-40CF-9C0A- DE94C089CF43@microso
ft.com...
>
>
>
|
|
|
|
|