Nathan Alberti wrote:
I see examples for connecting to a remote MySQL database in the user manual,
but on searching I am unable to find examples of it being done with
Postgresql. Is it possible ? Any pointing the correct direction for help
would be appreciated, I wish to authenticate and log to a remote Postgresql
DB.
Regards,
Nathan
in MySQL examples make changes:
...
DBSource dbi:Pg:dbname=radius;host=<ip>
DBUsername radiususer
DBAuth radiususerpwd
...
works fine ;)
sy,
dennis.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.