Link to home
Start Free TrialLog in
Avatar of dvirw
dvirw

asked on

Jdbc applet over Foxpro

I have a client server application over Foxpro (not in java).
Is it possible with a java applet to do EVERYTHING over the Internet?
If so , can you tell me how?
Avatar of dalehend
dalehend

define *EVERYTHING*
JDBC allows applets/apps to connect to relational db's.
http://java.sun.com/products/jdbc/drivers.html has a listing of drivers including
for FOXPRO. There are also examples of source to show how to make the connections.
Avatar of dvirw

ASKER

EVERYTHING means the same as a client-server application
If the Webserver is NT( not sure if Foxpro runs on Linux), then the PC is the client and the webserver is the SERVER. The applet java class resides on the webserver
with the html so when browser connects it becomes a client-server app. Easiest scenario is to have Foxpro on same server as Webserver.
Avatar of dvirw

ASKER

Delehend , can you post that as an answer

ASKER CERTIFIED SOLUTION
Avatar of dalehend
dalehend

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial