Hi Paulee,
JavaGui already gave you a clear explain on working on Netbeans with
H2 in embedded mode.
I can just add a little hint here, useful if you're just starting
using Java and Netbeans.
If you're creating a new project using Netbeans CRUD template you
would probably like to have a "master" database table and a "details
table" showing in the same GUI.
To let Netbeans do the work smoothly your H2 database needs to be
properly built, with foreign keys already defined.
If you don't define foreing keys Netbeans cannot automatically bind
two tables and you'll have just a single table shown on your CRUD GUI
project.
Anyway, if you're an experienced user you won't have any kind of
problem.
Best regards !

Michele
-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.


Reply via email to