Jdbc

Status
Not open for further replies.

shubham.meh94

New Member
Messages
4
Reaction score
0
Points
0
Can i use Java Database connectivity to access the MySql database?
If no then is what else can do to interact with a DB?
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

You can try using it. As long as it connects to a database the same way php does, it should be okay. If it doesn't work, then the best way to connect would be using Mysql_connect() in php.
 
Status
Not open for further replies.
Top