Using the driver
:
Required permissions for Java SE with the standard Security Manager enabled
:
Permissions for bulk load from a CSV file
Try DataDirect Drivers Now
Permissions for bulk load from a CSV file
To bulk load data from a comma-separated value (CSV) file with the drivers, the application and driver code bases must be granted security permissions in the security policy file of the Java Platform as shown in the following examples.
grant codeBase "file:/
install_dir
/lib/-" {
permission java.util.PropertyPermission "true", "read";
permission java.util.PropertyPermission "file.encoding", "read";
permission java.util.PropertyPermission "user.dir", "read";
permission java.lang.RuntimePermission "readFileDescriptor";
};