Board index » delphi » Paradox Tables: 1: Adding a password in code 2: How to get more then 255 fields

Paradox Tables: 1: Adding a password in code 2: How to get more then 255 fields

I have two questions in relation to Paradox Tables via the BDE

1: I create a table on the fly with Delphi. How can I add a password to
the table in code.
2: How can I get around the 255 fields per table limit of paradox.

Anyone with answers or solutions, thanks for letting me know.

--
DelphiDolphi

 

Re:Paradox Tables: 1: Adding a password in code 2: How to get more then 255 fields


Don't know the first answer... but: if you have more than 255 fields in a
table maybe you should reconsider re-designing your database. For
performance, maintanance, and a lot of other reasons.

Quote
Dolf van Enk wrote:
> I have two questions in relation to Paradox Tables via the BDE

> 1: I create a table on the fly with Delphi. How can I add a password to
> the table in code.
> 2: How can I get around the 255 fields per table limit of paradox.

> Anyone with answers or solutions, thanks for letting me know.

> --
> DelphiDolphi

--
Guillermo Casta?o Acevedo
Gerente de Sistemas - Grupo Millennium Ltda
Guiller...@GrupoMillennium.com
www.GrupoMillennium.com

Re:Paradox Tables: 1: Adding a password in code 2: How to get more then 255 fields


1. See the examples for DbiDoRestructure at
www.borland.com/devsupport/bde/bdeapiex.
2. You cannot change that limit.

--
Bill
(TeamB cannot answer questions received via email)

Other Threads