Re: [dabo-users] CxnEditor raises exception, why?

2012-07-12 Thread Sibylle Koczian
Am 12.07.2012 16:14, schrieb John Fabiani: > > "app = dabo.dApp("myCryptoKey")" - Checking the dApp() I do not see where > you can pass the "myCryptoKey". > You can of course set a property such as "Crypto" or 'CryptoKey'. But I've > been wrong in the past. > Quite right, that was wrong in any c

Re: [dabo-users] CxnEditor raises exception, why?

2012-07-12 Thread Sibylle Koczian
Am 12.07.2012 15:48, schrieb Ed Leafe: > On Jul 12, 2012, at 6:51 AM, Sibylle Koczian wrote: > >> I want to change the database backend for an existing (test) application >> from SQLite to PostgreSQL. The table structures are identical, so I >> thought I just had to do three things: >> >> - create

Re: [dabo-users] CxnEditor raises exception, why?

2012-07-12 Thread John Fabiani
On 07/12/2012 06:48 AM, Ed Leafe wrote: > Second, it sounds like it is connecting to your SQLite database, not > the PostgreSQL database, since you said that the password was empty (unless > neither require a password to connect). In the pg_hba.conf file you can setup 'trust' as the "Auth"

Re: [dabo-users] CxnEditor raises exception, why?

2012-07-12 Thread John Fabiani
On 07/12/2012 04:51 AM, Sibylle Koczian wrote: > Hello, > > I want to change the database backend for an existing (test) application > from SQLite to PostgreSQL. The table structures are identical, so I > thought I just had to do three things: > > - create the application using "app = dabo.dApp("my

Re: [dabo-users] CxnEditor raises exception, why?

2012-07-12 Thread Ed Leafe
On Jul 12, 2012, at 6:51 AM, Sibylle Koczian wrote: > I want to change the database backend for an existing (test) application > from SQLite to PostgreSQL. The table structures are identical, so I > thought I just had to do three things: > > - create the application using "app = dabo.dApp("myCr

[dabo-users] CxnEditor raises exception, why?

2012-07-12 Thread Sibylle Koczian
Hello, I want to change the database backend for an existing (test) application from SQLite to PostgreSQL. The table structures are identical, so I thought I just had to do three things: - create the application using "app = dabo.dApp("myCryptoKey") - put a .cnxml file in the db directory of th