Hi Nicolas, Please see if this FAQ solves your problem: http://db.apache.org/derby/faq.html#schema_exist
Also, are you setting derby.system.home property when starting network server? If so, derby.properties file must be in directory specified by this property. If it is not set, Derby uses derby.properties file in the current user directory. This is just to make sure the properties you set are getting used. To enable Derby authentication, you must also set derby.connection.requireAuthentication property to true. You can find information about this property at http://db.apache.org/derby/docs/10.1/tuning/ Hope this helps. Deepa On 9/29/05, Nicolas Dufour <[EMAIL PROTECTED]> wrote: > Hi > > I dont understand why I cant connect to my base. > > I have put in derby.properties : > derby.authentication.provider=BUILTIN > derby.user.foo=foo > > I'm connecting to the base thru a networkserver, and then when i try to > do a select i have this error : > ERROR 42Y07: Schema 'FOO' does not exist > > What is the problem ???? > > Thank you > > Nicolas > >
