Results 1 to 2 of 2
Thread: help ... JDBC or PHP/MySQL
- 11-16-2007, 01:20 AM #1
Member
- Join Date
- Nov 2007
- Posts
- 5
- Rep Power
- 0
help ... JDBC or PHP/MySQL
i know that this isn't the place to ask such question but i really need help !
which is easier/simpler to connect to databases with,extract data,...etc.
java JDBC or PHP/MySQL i'm only asking this because i'm desperatly seeking good advice.
(thr project doesn't require a specified language, both will work!)
(in case of PHP/MySQL, can anyone estimate how long would it take to become an good "intermediate" programmer in it)
very sorry for the inconvinience !
thanx for you help!
- 11-16-2007, 10:05 AM #2
I did not use mysql functions of PHP but previously had a look at them. The logic is similar. I dont think one of them has muchmore pwer than the other since the base language in both of these APIs is SQL, these APIs just allows you to send sql queries over a network.
Learning for PHP can be shorter since it is mainly a language based on functions although later it had support for objects. If the project is web based and need to be done fast, i reccomend php because for web based projects, you will need to learn other things in java in addition to the core of the language and jdbc. But all htose APIs are there for a purpose and i guess for bigger projects, Java will have lots of advantages over PHP.
Similar Threads
-
ClassNotFoundException com.mysql.jdbc.Driver
By Heather in forum JDBCReplies: 4Last Post: 03-31-2010, 12:08 PM -
How to use JDBC Template classes to control basic JDBC processing and error handling
By Java Tip in forum Java TipReplies: 0Last Post: 04-01-2008, 10:17 AM -
How to use JDBC Template classes to control basic JDBC processing and error handling
By JavaBean in forum Java TipReplies: 0Last Post: 09-28-2007, 12:56 PM -
Mysql Help
By Sumendra Maharjan in forum JDBCReplies: 1Last Post: 08-08-2007, 01:19 AM -
JSP and MySQL
By Ed in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 07-04-2007, 05:08 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks