Re: Prototypes don't load from ERPrototypes in Entity Modeler when building with maven

2011-11-14 Thread Henrique Prange
Hi Faizel, I've seen this problem on multi-module projects. I solved it removing the parent project from the workspace (without removing the contents from the file system). Cheers, Henrique Sent from my iPhone On 13/11/2011, at 00:54, Faizel Dakri wrote: > Have any maven users out there se

Help with ERXEOAccessUtilities

2011-11-14 Thread Gino Pacitti
Hi All Any help with this code: I am trying to execute this code: EOEditingContext ec = new EOEditingContext(); ERXEOAccessUtilities.evaluateSQLWithEntityNamed(ec, "Sitedata", "SELECT 'resourceName','address','place' UNION SELECT resourceName,address,place INTO OUTFILE '/Users/Gino/Desktop

Re: Help with ERXEOAccessUtilities

2011-11-14 Thread Ramsey Gurley
I get a red X in eclipse because of the unescaped " before the last FROM. On Nov 14, 2011, at 4:34 PM, Gino Pacitti wrote: > Hi All > Any help with this code: > > I am trying to execute this code: > > EOEditingContext ec = new EOEditingContext(); > > ERXEOAccessUtilities.evaluateSQLWithEntity

Re: Prototypes don't load from ERPrototypes in Entity Modeler when building with maven

2011-11-14 Thread Faizel Dakri
Thanks Henrique, that seemed to do the trick. F -- Faizel Dakri On 2011-Nov-14, at 10:27 AM, Henrique Prange wrote: > Hi Faizel, > > I've seen this problem on multi-module projects. I solved it removing the > parent project from the workspace (without removing the contents from the > f

Error: table "eof_tmp_table" does not exist.

2011-11-14 Thread Kevin Spake
Trying now to go through the "WO Tutorial: creating a model" screencast. At 19 minutes in, the instructions say to generate the SQL. At first, I was getting errors that said the problem started around "user". Eventually, I realized that the tutorial involves naming a table "user", but "user" is

Re: Error: table "eof_tmp_table" does not exist.

2011-11-14 Thread Chuck Hill
Hi Kevin, On 2011-11-14, at 8:25 PM, Kevin Spake wrote: > Trying now to go through the "WO Tutorial: creating a model" screencast. At > 19 minutes in, the instructions say to generate the SQL. At first, I was > getting errors that said the problem started around "user". Eventually, I > realiz

Re: Error: table "eof_tmp_table" does not exist.

2011-11-14 Thread Kevin Spake
On Nov 14, 2011, at 8:33 PM, Chuck Hill wrote: > Hi Kevin, > > > On 2011-11-14, at 8:25 PM, Kevin Spake wrote: > >> Trying now to go through the "WO Tutorial: creating a model" screencast. At >> 19 minutes in, the instructions say to generate the SQL. At first, I was >> getting errors that s

UTF8 and SQL-Server 2005/2008

2011-11-14 Thread Michael DeMan
Hi, We are updating some apps to be UTF8 enabled. I have done this kind of work in the past with Oracle and MySQL, but never with SQL-Server. I spent a couple hours earlier today googling around and realized that there are a few oddities doing this with SQL-Server. Starting with the fact that