[SOLVED] Re: DataBase Connection and EOUtilities.rawRowsForSQL

2012-12-20 Thread Miguel Torres
Hi Chuck. You are right, the problem is that I am using dblink to connect two different databases and have some views in my database that connect with the other database but with the name hardcoded. dblink_exec(''dbname=leviatan_application'', At the beginning of the project sound cl

Re: DataBase Connection and EOUtilities.rawRowsForSQL

2012-12-19 Thread Chuck Hill
rawRowsForSQL should be using the same values as anything else. How are you creating the editing context you are using? It sounds like you have a second EOF stack that is not getting initialized from the properties. Chuck On 2012-12-19, at 11:52 AM, Miguel Torres wrote: > Hi List, > > I am

DataBase Connection and EOUtilities.rawRowsForSQL

2012-12-19 Thread Miguel Torres
Hi List, I am using Wonder in my project. I define the database connection in the Properties.user file using the following vars: MyEOModel.URL=jdbc:postgresql:myDBDevelopment MyEOModel.DBUser=someuser MyEOModel.DBPassword=sompass MyEOModel.DBDriver= org.postgresql.Driver In MyEOModel I have a