
September 21st, 2007, 08:55 AM
|
|
Contributing User
|
|
Join Date: Aug 2004
Location: Sarajevo, Bosnia
Posts: 111
  
Time spent in forums: 1 Day 5 h 34 m 25 sec
Reputation Power: 8
|
|
Quote: | Originally Posted by Borjaserrano Hi folks
I've about 500 db's over my Firebird server. Now I need to add some fields in a table of each db. How can I automatize this task?, how can I make a transaction which add some columns in a table for each database?
Thanks in advance. |
You can write small program and feed it with list of all db's, and then perform update of metadata.
Maybe you can also try with IBEScript.exe which is part of IBExpert Suite...
|