Hi Alan,
When you create the alias for Derby, just specify the full path to the database if you have already created it. Otherwise, you can always use the create=true attribute to create a new database wherever you like.
For instance, when I created an alias for the embedded Derby driver here was the URL I gave:
jdbc:derby:C:\temp\embedDB;create=true;
likewise, if you already had an 'embedDB' database under the temp directory you could
use this URL:
jdbc:derby:C:\temp\embedDB;
If you just give this URL:
jdbc:derby:embedDB;create=true;
The database will be created under the SQuirrel SQL Client directory where SQuirreL is started from.
I hope this helps.
Susan
Alan Halley <ala...@id...> wrote:
Hi
I'm a newbie to squirrel and would like to access enbedded Derby. I've
added the driver and setup and alias but Squirrel doesn't seem able to
find my database.
I suspect that it doesn't know where the database files are stored.
TIA
Alan
--
This E-Mail and the information contained in it and in any attachments
are confidential and may be privileged. The email is intended for the
person or entity to which it is addressed only.
If you have received this E-Mail in error please notify us immediately
either by email to the sender or by telephone (+44 (0)870 351 1150) to the company.
If you are not the intended recipient, you are not authorised to, and must not use,
disclose, copy, distribute, retain or rely on this E-Mail or any part
of it.
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Squirrel-sql-users mailing list
Squ...@li...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
|