How will I be able to accsess from a dbf file(visual foxpro) using my java codes?
Printable View
How will I be able to accsess from a dbf file(visual foxpro) using my java codes?
You could make a ODBC connection to your dbf data source and then access it from java using JDBC with the JDBC/ODBC bridge.
Thank you Sir..
But I forgot to mention that my boss requires me not to use ODBC. He wants the system to be OS independent .
What packages in java offer such service?
Thank you and God Bless.
OK. Have a look at this thread.
http://www.codeguru.com/forum/showth...light=java+dbf