I have had no problems working with PostgreSQL from Rev 2.2.1 and OS X (X.3 now, but X.2 previously), except in dealing with blobs (which is bugzilla'd, of course...) I generally set things up like this:
In the stack script's preOpenStack handler, a login button's mouseUp handler, or whatever:
set the database of this stack to revOpenDatabase("PostgreSQL", "localhost", "myDatabase", "myUsername", "myPassword")
(after obvious substitutions)
When closing the stack, logging out, or whatever:
revCloseDatabase the database of this stack
When querying the database:
put revQueryDatabase(the database of this stack, "SELECT * FROM myTable") into q
And so on.
that is the db I'm using and can't get it to work at all. I also tried to connected with 2.2 and get the id number and use it with 2.5 but, error, not a valid connection id. I'm forced to use 2.2 , well hopefully not for to long I hope it'll be fixed very soon.
Hersh
___________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
