Using derby
Hiexist one client pgm for to use derby db installed with jsc2 upd_1?thanks
[96 byte] By [
mirianoe] at [2007-11-26 6:59:20]

# 2
yes,similarly poinbase manager for pointbase, release together in the old version of sun application server 8.1.I would want create schema or table with a simple gui...thanks
# 3
Hi mirianoe,Unfortunately no GUI client exists for Derby. You can use the command-line tool, ij. Or you can execute SQL queries via Creator, by the way.Thanks, Misha(Creator team)
# 5
This is a bit weak, don't you think? Studio Creator assumes that there is an existing database it can connect to, but it provides no tools whatsoever how this schema can be created.
Plain SQL/DDL is simply not satisfying. A GUI editor to create and manage tables and schemas is really desireable.
# 8
You need only create schema manually (one query: CREATE SCHEMA MY_SCHEMA), after that you can use Creator's query editor to manage tables and schemas.Thanks, Misha(Creator team)