Page 1 of 1

[DONE] Querying Visual Foxpro 9 .dbf files

PostPosted: Thu Nov 15, 2012 4:13 pm
by igitur

Re: Querying Visual Foxpro 9 .dbf files

PostPosted: Thu Nov 15, 2012 6:46 pm
by Serge
Hello,

Generally ODBC error "Option value changed" means that some feature isn't supported but it should be a warning, not an error. Probably DBeaver fails on some not-necessary operation over resultset and we can handle it more correctly.
Could you attach/paste full error description? It is available in error log view (main menu -> Windows). Just copy esxception stacktrace.

Thanks!

Re: Querying Visual Foxpro 9 .dbf files

PostPosted: Fri Nov 16, 2012 9:59 am
by igitur

Re: Querying Visual Foxpro 9 .dbf files

PostPosted: Fri Nov 16, 2012 11:54 am
by Serge
Hi,

Yes, setMaxRows throws an exception. Generally JDBC drivers sinlently ignore this parameter if they do not support it.
Anyway, fix of this problem will be included in the 2.0 final release version (on the next week).

Thanks for report!

Re: Querying Visual Foxpro 9 .dbf files

PostPosted: Mon Nov 19, 2012 9:26 am
by igitur