Jim McNamara wrote:
ij> connect 'jdbc:derby://localhost:1527/c:/derby/lib/myDB;upgrade=true' cursor blinks here and does nothing
You are missing a semicolon to complete you ij-statement. The cursor blinks because ij waits for more input.
-- Øystein
Jim McNamara wrote:
ij> connect 'jdbc:derby://localhost:1527/c:/derby/lib/myDB;upgrade=true' cursor blinks here and does nothing
You are missing a semicolon to complete you ij-statement. The cursor blinks because ij waits for more input.
-- Øystein