It doesn't appear that CSVREAD is requiring admin rights per the 
documentation.  However CSVWRITE properly throws an error if I try to 
execute this as a standard user:

Exception in thread "main" org.h2.jdbc.JdbcSQLException: Admin rights are 
required for this operation; SQL statement:
CALL *CSVWRITE*('c:/temp/test.csv', 'SELECT * FROM TableA'); [90040-176]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
at org.h2.message.DbException.get(DbException.java:178)

I am using H2 version 1.3.176.


-- 
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