27 Feb
2011
27 Feb
'11
6:43 p.m.
On 27-02-2011 15:05:08 +0800, tangray wrote:
Hi
when execute sql : select * from td_ind_security_held where id = 1560000
in DbVisualizer 7.1.1,it appears "protocol violation: unexpected line in data block"
A protocol violation usually indicates the server is sending some information not at the right occasion. I assume you use JDBC. In order to get more insight in this problem, I need a JDBC debug-log. You can send me this log off-list. You can create such log by creating a JDBC connection with the debug=true property in the connection url, e.g. jdbc:monetdb://yourhost/yourdb?debug=true