Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.databases > #134
| From | "David Segall" <david.segall@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Location of embedded |
| Message-ID | <ksc834pa2m5tgn112qjha1gsk7upmeh00r@4ax.com> (permalink) |
| Newsgroups | comp.lang.java.databases |
| References | <d7ff9b20-9425-410a-b0b9-421e19291ec7@b9g2000prh.googlegroups.com> |
| Date | 2011-04-27 15:21 +0000 |
| Organization | TDS.net |
To: comp.lang.java.databases
groupie <justforgroups@gmail.com> wrote:
>Hi,
>I've created a database using:
>
>Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();
>conn =
>DriverManager.getConnection("jdbc:derby:passdb;create=true;user=me;password=mine");
>
>Question: where has the database (file) been created on the disk
>drive?
In the directory specified by derby.system.home. It is preferable, but
often difficult, to assign a value to derby.system.home when you
invoke the JVM that will create the database. The default value is
specified here
<http://db.apache.org/derby/docs/10.4/tuning/rtunproper32066.html>.
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.databases | Previous | Next — Previous in thread | Find similar
Location of embedded derb "groupie" <groupie@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000 Re: Location of embedded "=?ISO-8859-1?Q?Arne_Vajh=" <=?iso-8859-1?q?arne_vajh=@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000 Re: Location of embedded "Dyreatnews" <dyreatnews@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000 Re: Location of embedded "David Segall" <david.segall@THRWHITE.remove-dii-this> - 2011-04-27 15:21 +0000
csiph-web