Hi,
Sorry if this has allready been sent, but Ive not received it from the list.
I seem not to able to create a user through ODBC (through MFC classes).
What I use is "CDatabase::ExecuteSQL( "CREATE USER jarmo WITH PASSWORD
'myPass'" );"
PostgreSQL complains that it can not create users inside a transaction (no
transaction is active, unless the ODBC driver creates one). And Ive logged
in as a superuser.
PostgreSQL 7.0.2 (Linux) and ODBC driver 6.5 (Win98).
// Jarmo
PS. Ive followed this list for a while and... Is PostgreSQL more buggy and
harder to port to than mySQL, or is it just that Im not subscribed to mySQL
problem lists. DS.