I am just in a design phase. I want to access dbase FoxPro free tables from jsp's pages.
I found an application in my library which can serve the purpose properly after minor changes.
But it’s been developed considering windows environment (VFP ODBC DSN connection).
Now problem is currently I have only Linux server with apache tomcat 5 on it.
I tried everything on my fedora X64 server to make a dsn connection to access those FoxPro free tables but no luck so far
.
Now I started thinking about remote dsn connections from fedora 64 bit.
I have another windows 2003 server. I don’t want to configure apache tomcat on this one due to some security concerns and nature of application.
I can keep tables on it and install VFP ODBC so I access them remotely.
Question is, is it possible to make a remote dsn connection from Linux to windows
.
Or is there any better way to access free FoxPro tables in jsp in Linux environment.
Suggestions and comments would be appreciated.
@Uppal