What's a derby database schema ? - Java
This is a discussion on What's a derby database schema ? - Java ; Why does a schema property of a derby database do (by default APP) ?...
-
What's a derby database schema ?
Why does a schema property of a derby database do (by default APP) ?
-
Re: What's a derby database schema ?
On Sep 26, 9:48 pm, gert <gert.cuyk...@gmail.com> wrote:
> Why does a schema property of a derby database do (by default APP) ?
I think i know now what a schema is
It would be the same as the
information_shema database in mysql, except you can name it like you
want. So my question would change to how do you delete or edit a
schema if you have created many for one database ? I can only rename
the schema name in the connection properties in netbeans6dev ?
-
Re: What's a derby database schema ?
gert <gert.cuykens@gmail.com> burped up warm pablum in
news:1190836127.231265.277620@d55g2000hsg.googlegroups.com:
> Why does a schema property of a derby database do (by default APP) ?
Does this clear things up?
http://db.apache.org/derby/integrate...derby_app.html
--
Tris Orendorff
[ Anyone naming their child should spend a few minutes checking rhyming slang and dodgy sounding
names. Brad and Angelina failed to do this when naming their kid Shiloh Pitt. At some point, someone at
school is going to spoonerise her name.
Craig Stark]
-
Re: What's a derby database schema ?
On Sep 27, 1:18 am, Tris Orendorff <tr...@remove-me.cogeco.ca> wrote:
> gert <gert.cuyk...@gmail.com> burped up warm pablum innews:1190836127.231265.277620@d55g2000hsg.googlegroups.com:
>
> > Why does a schema property of a derby database do (by default APP) ?
>
> Does this clear things up?http://db.apache.org/derby/integrate...derby_app.html
>
yes except what if i want to change my database password ? Does it
mean removing db and make a new one or is there a other way ?
-
Re: What's a derby database schema ?
On Sep 27, 2:52 am, gert <gert.cuyk...@gmail.com> wrote:
> On Sep 27, 1:18 am, Tris Orendorff <tr...@remove-me.cogeco.ca> wrote:
>
> > gert <gert.cuyk...@gmail.com> burped up warm pablum innews:1190836127.231265.277620@d55g2000hsg.googlegroups.com:
>
> > > Why does a schema property of a derby database do (by default APP) ?
>
> > Does this clear things up?http://db.apache.org/derby/integrate...derby_app.html
>
> yes except what if i want to change my database password ? Does it
> mean removing db and make a new one or is there a other way ?
Aha i think you can do it with the sql statemants DROP SCHEMA and
CREATE SCHEMA can SET SCHEMA.
-
Re: What's a derby database schema ?
On Thu, 27 Sep 2007 00:52:30 -0000, gert <gert.cuykens@gmail.com>
wrote, quoted or indirectly quoted someone who said :
>yes except what if i want to change my database password ? Does it
>mean removing db and make a new one or is there a other way ?
see http://db.apache.org/derby/docs/10.2...trib24612.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Similar Threads
-
By Application Development in forum JDBC JAVA
Replies: 1
Last Post: 11-26-2007, 05:19 PM
-
By Application Development in forum Java
Replies: 0
Last Post: 10-19-2007, 04:14 AM
-
By Application Development in forum JDBC JAVA
Replies: 10
Last Post: 09-24-2007, 05:04 AM
-
By Application Development in forum Java
Replies: 1
Last Post: 07-17-2007, 09:38 AM
-
By Application Development in forum JDBC JAVA
Replies: 2
Last Post: 01-18-2007, 10:48 AM