Page 1 of 1

changing fields

PostPosted: Tue Jan 17, 2012 5:43 am
by magazzu
Hello,

I installed Library DB. For optimal use in my library I'd like to add new fields and remove others. Is there any simple way of doing that?

Thanks.

Antonio

Re: changing fields

PostPosted: Tue Jan 17, 2012 12:23 pm
by shannah
Adding fields can be done safely by just adding fields to your database table.
Be careful removing fields in case some parts of the program depend on those fields. But in theory you could just remove the fields.
It may be safer to just set the field to be hidden in the fields.ini file for the table.

Re: changing fields

PostPosted: Thu Jan 19, 2012 3:58 am
by magazzu
Thank you!

I started to make changes... It works!

Antonio