Hi,
I'm getting the following Exception when trying to run the following
code:
ChangeFileEncryption.execute("~", username, "AES",
oldPassword.toCharArray(), newPassword.toCharArray(), false);
I'm getting the exception below:
Error while renaming file C:\Documents and Settings\test\username.
0.log.db to C:\Documents and Settings\test/temp.db [90024-118]
I noticed in the source code for ChangeFileEncryption that when you
create file name String for temp.db you have
String temp = dir + "/temp.db";
Would this resolve the issue?
System.getProperty("file.separator");
Thanks in advance.
--
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.