![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I've built the following simple query to generate a bar of the length of the number of users (as an example): select convert(replicate('#', count(*)), SQL_CHAR) from "X$User" This works great with Pervasive 9.50. But using Pervasive 9.71 or 10.30 the ControlCenter returns a message "java.io.EOFException". Is there anything wrong in the query or is that a bug in newer Pervasive engines? I've found the following workaround: select CAST(replicate('#', count(*)) as VARCHAR(200)) from "X$User" works on all mentioned Engines, so my acute problem is solved. But I can't find an error in the query. Any idea? Thanks in advance, Michael |
![]() |
| Thread Tools | |
| Display Modes | |
| |