I'm trying to access to a database FM with JDBC,but I can not access to the fields(it says ) if I don't open FM application and the FM database first
How could I open it without open first and what FM program do i have to use?
Thanks
I'm starting to work with JBDC and I can not use the instructions statement.execute/executeQuery with Resultset and see the information that it suppose to be inside the DB.
ResultSet rs = fmpStatement.executeQuery("select * from "PERSONAS_Old.fp5"");
and after how can see the informatoin inside rs?