i am using ubuntu feisty, now am doing a small java program that connect to openoffice base. the program i wrote is given below. while running i always got error as "java.sql.SQLException: Table not found in statement [select * from test]" it didnt make any problem till the line of connection establishment. but at the time of executeQuery(), it produce exception please help me if anybody know anything about this problem
the code is ..
import java.sql.*;
public class TestDb {
/** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("hai");