Subject | Interclient bugs? |
---|---|
Author | J.T. Wenting |
Post date | 2000-08-09T12:06:19Z |
When I attempt to execute the following query:
select client_name, account_nr from search_accounts where group_id=1
no rows are returned. When I execute the same query using ISQL, I get (as
expected) 4 rows.
Dialect 1 or 3 makes no difference. Interclient 1.6 on IB 6.0 NT (both on
the same machine).
When doing the following:
select count(*) as userCount from users
and then rs.getInt("userCount");
I get an error that column userCount does not exist, again only through
JDBC.
Are these known problems with 1.6?
Jeroen T. Wenting
jwenting@...
Murphy was wrong, things that can't go wrong will anyway
select client_name, account_nr from search_accounts where group_id=1
no rows are returned. When I execute the same query using ISQL, I get (as
expected) 4 rows.
Dialect 1 or 3 makes no difference. Interclient 1.6 on IB 6.0 NT (both on
the same machine).
When doing the following:
select count(*) as userCount from users
and then rs.getInt("userCount");
I get an error that column userCount does not exist, again only through
JDBC.
Are these known problems with 1.6?
Jeroen T. Wenting
jwenting@...
Murphy was wrong, things that can't go wrong will anyway