I actually took an app in the other direction today, from postgres to mysql and noticed that mysql was case sensitive with table names whereas postgres 7.2 on rh linux 6.3 box was not... this doesn't make sense from the problems you describe below, but it may be something to look at
maybe something similar going on. HTH, Jeff Painter [EMAIL PROTECTED] On Fri, 30 May 2003, Michael Teter wrote: > Ok, I dropped the db, recreated the db, and then re-ran "ant init". > > The only errors are apparently from attempts to drop tables (I assume, before > creating them anew). The tables didn't exist, so the drop failed. It looks > like there are no other errors. > > Now if I remember correctly, I had to manually create the database "newapp" > itself, or I got lots of errors. But since it's ok now, I'm not going to undo > it for another test. > > All appears well. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
