I get an error while i connect using a jdbc conenction.

Constraint "CONSTRAINT_541" already exists; SQL statement:
ALTER TABLE PUBLIC.PURCHASES_DIVIDED ADD CONSTRAINT PUBLIC.CONSTRAINT_541 
FOREIGN KEY(PURCHASE_ID) INDEX PUBLIC.CONSTRAINT_541_INDEX_5 REFERENCES 
PUBLIC.PURCHASES(ID) NOCHECK [90045-197] 90045/90045 (Help)

using this connection string:

jdbc:h2:/data/cfg_meriflora/meriflora-config-00031-mulder/config_real/db/Meriflora;mv_store=true;MVCC=TRUE;MULTI_THREADED=TRUE;DB_CLOSE_DELAY=10;CACHE_SIZE=131072;AUTO_SERVER=TRUE;AUTO_SERVER_PORT=9090

but i also tried by the server from running the jar directly, gets the same 
error.
just jusing the connect 
url: 
jdbc:h2:/data/cfg_meriflora/meriflora-config-00031-mulder/config_real/db/Meriflora

is it possible to connect without this constraint check, so i can repair 
the error on this constraint....

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to