Re: [dev]Access Database

2005-11-04 Thread Andrew Douglas Pitonyak
王彬 wrote: 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:

[dev]Access Database

2005-11-03 Thread 王彬
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