Board index » delphi » Cannot create Dbase v7 table from Database Desktop.

Cannot create Dbase v7 table from Database Desktop.

I just installed BDE 4.51
I updated Delphi3 C/S to 3.02

But I can't create a dBase v7 table ???

What am I doing wrong?

Thanks in advance.

 

Re:Cannot create Dbase v7 table from Database Desktop.


Quote
Asif wrote:

> I just installed BDE 4.51
> I updated Delphi3 C/S to 3.02

> But I can't create a dBase v7 table ???

> What am I doing wrong?

> Thanks in advance.

Hello,
  The Database desktop was not designed to create dBASE v7 tables.  You
can either get dBASE v7 or use the BDE API.  There is an exmaple of
DbiCreateTable at:
http://www.inprise.com/devsupport/bde/bdeapiex/dbicreatetable.html

  Scott
--
BDE Support:
 http://www.inprise.com/devsupport/bde
Delphi Support:
 http://www.inprise.com/devsupport/delphi
Common Delphi and BDE Questions and Answers:
 http://www.inprise.com/devsupport/delphi/qanda/

Re:Cannot create Dbase v7 table from Database Desktop.


Will the Delphi 4 DBD support level 7 tables?

Scott Frolich [Inprise] <sfrol...@corp.inprise.com> wrote in article
<358EAC48.2...@corp.inprise.com>...

Quote
> Asif wrote:

> > I just installed BDE 4.51
> > I updated Delphi3 C/S to 3.02

> > But I can't create a dBase v7 table ???

> > What am I doing wrong?

> > Thanks in advance.
> Hello,
>   The Database desktop was not designed to create dBASE v7 tables.  You
> can either get dBASE v7 or use the BDE API.  There is an exmaple of
> DbiCreateTable at:
> http://www.inprise.com/devsupport/bde/bdeapiex/dbicreatetable.html

>   Scott
> --
> BDE Support:
>  http://www.inprise.com/devsupport/bde
> Delphi Support:
>  http://www.inprise.com/devsupport/delphi
> Common Delphi and BDE Questions and Answers:
>  http://www.inprise.com/devsupport/delphi/qanda/

Other Threads