由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: can Applet use JDBC?
相关主题
Java能帮我做这个project吗?Question about Java (urgent) -thanks
求救a question regarding JDBC driver?
Help-applet access remote databaseHow to implement pushing data from database to user?
jdbc/odbc MS Access file creation questionRe: How to write to a file on server in an applet?
[转载] Question 1: refresh view of database?a question regarding applet
jdbc with access 2000 problem赶快帮帮我!
如何用java在DB2里创建一个新的database再问个java的蠢问题,别骂我
[转载] JSP access database的问题愣是笨到家----整不明白applet的path
相关话题的讨论汇总
话题: applet话题: database话题: jdbc话题: server话题: use
进入Java版参与讨论
1 (共1页)
o**d
发帖数: 11
1
Yes. Applet can use JDBC to make database access. But,
Applet also has lots of security restriction. For example,
it can only make network connections to the host it comes
from. In another word, your database server and web server
needs to be on the machine, which is not always the case. If
your web server and database are located on seperate machine
and you do want your applet to access the database, you can
write an application as a media between the applet and
database.
1 (共1页)
进入Java版参与讨论
相关主题
愣是笨到家----整不明白applet的path[转载] Question 1: refresh view of database?
为什么我这个html找不到applet class?jdbc with access 2000 problem
How do a Servlet sent a Applet?如何用java在DB2里创建一个新的database
Re: experience of handling local files in applet?[转载] JSP access database的问题
Java能帮我做这个project吗?Question about Java (urgent) -thanks
求救a question regarding JDBC driver?
Help-applet access remote databaseHow to implement pushing data from database to user?
jdbc/odbc MS Access file creation questionRe: How to write to a file on server in an applet?
相关话题的讨论汇总
话题: applet话题: database话题: jdbc话题: server话题: use