2 Jul
2005
2 Jul
'05
10:44 p.m.
Fabian wrote:
XQuery works a bit different: on the first line you send the options, then after that the query follows.
[snip]
The important aspect for you here is the part: TX 1120328171821: xml-seq-mapi 1 + <foo>1</foo>
the newline is what separates the options from the actual query. You probably want to use another query mode though, because xml-seq-mapi generates the headers and tuple format, so the JDBC driver can deal with it.
Thanks for the info. How can I find out more about what query modes exist and what they do? I don't quite understand what the headers and tuples format is about, for instance. Regards, Martijn