Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Modifying Database

Quote Reply
Modifying Database
I need to modify some of the values in my database and would like to do it with a perl script. In particular I need to change the value of postatt_size for some uploaded images that were replaced. Any help would be appreciated. With your help I've been able to figure out how to write a script that pulls values from the database. Now all I need is to know how to modify them.

Thanks!
Quote Reply
Re: [Eric P] Modifying Database In reply to
I would recommend moving this topic to the PERL PROGRAMING section under GENERAL topics.
Quote Reply
Re: [shiner] Modifying Database In reply to
Although the code is perl the GForum syntax is specific to the product so maybe the globals, plugins and customization forum may be better.

Eric, you can find the syntax for the code you need under the "Help" link in the admin panel and then under the GT::SQL::Table module documentation.

Last edited by:

Paul: Oct 17, 2002, 11:59 AM
Quote Reply
Re: [Paul] Modifying Database In reply to
Paul

If it was a snake it would have bit me. THANK YOU! Exactly what I was looking for.