Results 1 to 3 of 3
- 06-26-2009, 02:18 PM #1
Member
- Join Date
- Jun 2009
- Posts
- 17
- Rep Power
- 0
Java Client Needs Database Acces Over Internet
More problems XD
I need my java program to get data from a MySQL database stored on a remote server.
Now i know alot of php and can easily write a php page which can process a POST request, but i have no idea how make it respond.
What i will be needing to do it first to send a single column of a table. The java program will then get details relating to those options, and then start processing whole tables.
What i need to know, is how to get the php and java working so that it is easy to get and process the data row by row.
Can anyone please provide me with either the code needed for both ends, or a link to somewhere where it is explained.
- 07-01-2009, 08:01 AM #2
First, check to see if MySQL provides SSL encrypted database connections. If so, that will protect you as you access the database. You will also have to tunnel through the firewall to the server, which is easy if the firewall admin agrees to allow it.
As far as PHP and Java, this is a good reason to use JSP. Just kidding. Sorta. Look at this Wikipedia link...
- 07-01-2009, 10:44 AM #3
Member
- Join Date
- Jun 2009
- Posts
- 17
- Rep Power
- 0
Similar Threads
-
Invalid thread acces Execption
By Big Pete in forum SWT / JFaceReplies: 1Last Post: 08-02-2009, 12:19 PM -
How to allow one user to acces resource
By SantoshBK09 in forum Advanced JavaReplies: 1Last Post: 01-06-2009, 03:11 PM -
How to extract .dat file from the internet using Java?
By burian in forum New To JavaReplies: 3Last Post: 12-09-2008, 08:17 AM -
Client Internet Explorer Setting
By Mir in forum NetworkingReplies: 29Last Post: 06-26-2008, 12:01 PM -
Help - problem with java when using internet
By badabing in forum New To JavaReplies: 1Last Post: 08-07-2007, 01:39 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks