I have a old foxpro (dbase??) file that has data in memo fields; The memos are in external fpt files. Can you driver read this data?
|
Yeah. It supports DBF, DBC, DCT,DCX, DBT, FPT and SMT. You can use ResultSet.getBytes, ResultSet.getBlob, ResultSet.getClob, ResultSet.getString, and ResultSet.getBinaryStream, and so on, to read that data.
|