For instance, if I want to test my sql statement from the H2 GUI front-
end before doing via my JDBC java code.

I tried to pass the path , i.e. INSERT INTO mytable (id,name,file)
VALUES(1,'file.xml',/my/local/path/file.xml);
but this fails.

Within the code (java for instance), it's easy to create a File object
and pass that in, but directly from a sql script, I'm stuck...

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to