Rick Hillegas-2 wrote: > > Hello, > > The error means that a subdirectory named Test doesn't exist in the > current directory of the application's VM. It appears that the VM > running the server has a different current directory than the VM running > your application. Another way around this mismatch is to use full > absolute paths as your database names, rather than relative paths whose > resolution relies on VM context. > > Hope this helps, > -Rick >
Thank you Mr.Rick, Instead of the relative paths, i suppose to use the absolute path. Now i can able to connect successfully. Thanks. :-) -- View this message in context: http://www.nabble.com/Derby-Stored-Procedure-Help%21-tp23021611p23053827.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
