Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread table password
Sun, Dec 2 2007 1:54 PMPermanent Link

"Andrej Bivic"
I need a password on a table.
What is the right sytax?
This is my line

AlterTable(2057)

what shoud I add?
AlterTable(2057, 0, true, 'password') ?

please advise

Mon, Dec 3 2007 7:31 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Andrej,

<< what shoud I add? AlterTable(2057, 0, true, 'password') ? >>

The parameters for AlterTable are described here:

http://www.elevatesoft.com/dbisam4d7_creating_altering_tables.htm

under "Altering the Structure of the Table".  The parameters are listed in
the order that they're required.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image