我用applet做的输入界面,怎样把输入结果放到服务器的数据库呢?(100分)

  • 主题发起人 主题发起人 longbow74
  • 开始时间 开始时间
what you are mean?
If you use applet ,you can use JDBC to transfer the data to the database at Server.
 
like this:
applet---->jsp/servlet----->DataBase
 
多人接受答案了。
 
后退
顶部