Board index » delphi » Adding password protection to a new table

Adding password protection to a new table

I have a table which was created using the Database Desktop and is password
protected. All of the mechanisms within Delphi to copy a table actually
create a new table and the password protection is lost.  How can I
"re-encrypt" the new table after it is created?

I assume that I need to use dbi functions but the documentation on these is
fairly sparse.

Any help would be appreciated
Mike

 

Re:Adding password protection to a new table


See the examples for DbiDoRestructure at
www.borland.com/devsupport/bde/bdeapiex .

I believe there is an example there.

--
Bill (TeamB)
(TeamB cannot respond to questions received via email)

Other Threads