jdbc -> prepared and callable statement and many.
Link |
by Atsuku(binku)
on 2008-11-24 20:35:47 (edited 2008-11-24 20:36:19)
|
Did php has it? Or it is an evolution? Let's discuss about it. :) |
Re: jdbc -> prepared and callable statement and many.
Link |
by
on 2008-11-27 01:13:38
|
If you're interested with this topic, try to read the articles in the website below. http://www.developer.com/java/data/article.php/3417381 http://www.oracle.com/technology/pub/articles/php_experts/FutureofPHP.html Actually, JDBC is commonly use to manupulate database using Java like mySQL which it is more applicable to be use in concerning to data security. It makes possible also to write platform independent to Java programs that is more now be ok to be use in database. JBDC can also be found in J2EE or J2SE. Although it is new to me, it looks like it have similarities to OBDC that I've using while doing programming using ASP. |