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 Default connection that is set to: jdbc:postgresql:myDB The application works great, it uses the connection specified in the Properties.user file. The problem is when I use EOUtilities.rawRowsForSQL(EOEditingContext ec, String modelName, String sqlString, NSArray keys) The function gets the database connection parameters from de model. Obviously the problem is solved changing the model database connection info but I want the flexibility that Wonder gives me. Is there any similar approach similar to RawRows but using the connection that wonder creates from Properties file's parameters? Thanks in advance.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
