Hi everyone, I am currently trying to connect a java applet to a database I have created in MySQL. I am aware of the security limitations of the applet, and the setup I have is a mac that is acting as a server running MAMP, and a PC connected via a router to the mac acting as the client. When I run the applet on the mac it connects to the database successfully, however when I try on the PC (client all I get is null for the data, no security exceptions etc).
Any ideas of what the problem is or how I can bypass it, (have been looking at servlets as a means of passing data via a web site to the db but am unsure of the terminology and where to start so again any help would be great)
Thanks in advance.


LinkBack URL
About LinkBacks
Reply With Quote
