Hello,
To connect to a single database, I put my parameters in the bayonne.conf file as follow: [sql] database = xxxxx user = abcd password = aelkfhlzkefjl host = localhost
But, how can I connect to several databases? (except using TGI) or must I use TGI?
Thanks you
The SQL syntax allows you to execute query on a specific database : for example :
select * from otherDatabase.AtableName where ...
The only thing to take care of is that it will be executed WITH the user defined
in bayonne.conf, so this user will need to have the rights to access to "otherDatabase".
(when you don't specify a database name, the one defined in bayonne.conf is used).
Cheers
FdR/ED
-- Etoile Di�se - www.etoilediese.com
_______________________________________________ Bayonne-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bayonne-devel
