DBC V DBF

2007-01-14 Thread Sytze de Boer
For better or worse, I have always made my programs with free standing tables. I'm developing a new package that requires me to to also open 5 tables from another system that uses a DBC (inside of which are some 75 tables) I know some of you will laugh, but how do I open THOSE 5 tables , PLUS my

Re: DBC V DBF

2007-01-14 Thread Grigore Dolghin
In the same way you are opening yours. There is no need to open the database first - it will open automatically. On 1/14/07, Sytze de Boer [EMAIL PROTECTED] wrote: For better or worse, I have always made my programs with free standing tables. I'm developing a new package that requires me to to

RE: DBC V DBF

2007-01-14 Thread john harvey
] Subject: DBC V DBF For better or worse, I have always made my programs with free standing tables. I'm developing a new package that requires me to to also open 5 tables from another system that uses a DBC (inside of which are some 75 tables) I know some of you will laugh, but how do I open THOSE 5

Re: DBC V DBF

2007-01-14 Thread Whil Hentzen (Pro*)
I know some of you will laugh, but how do I open THOSE 5 tables , PLUS my own tables ? Only the ignorant and arrogant will laugh. The rest of us look at the 1000 pg Hacker's Guide to VFP 6, then think about the hundreds of commands, functions, and other features added since 6.0, and

RE: DBC V DBF

2007-01-14 Thread john harvey
To: profox@leafe.com Subject: Re: DBC V DBF I know some of you will laugh, but how do I open THOSE 5 tables , PLUS my own tables ? Only the ignorant and arrogant will laugh. The rest of us look at the 1000 pg Hacker's Guide to VFP 6, then think about the hundreds of commands, functions