Matt Zagni wrote:
>
> Ok,
>
> jdbc works for simple select statements like..
>
> But how can you pass this statement
> select count(*) from col
That will depend on your DBMS - JDBC is just a pipe (for the most part,)
sending information to the database back end. What database system are
you
Ok,
jdbc works for simple select statements like..
select * from col
But how can you pass this statement
select count(*) from col
or a more complex statement.
Many thanks
Matt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]