Hi,all
I want to access a database,but I meet with some problems.

For example:
The SQL string is:"SELECT * FROM test"
When I "executeQuery" this SQL,a "SQLException" will happen -- "Table not found 
in statement [SELECT * FROM test]"
But the table "test" does exist.

Then I check another SQL: "INSERT INTO test VALUES(...,...,...)"
And this time,it works.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to