Showing posts with label video tutorial. Show all posts
Showing posts with label video tutorial. Show all posts

Monday, 5 November 2012

Java mysql programming (video tutorial)



This video demonstrate simple way to read data from mysql database using java. I use "Netbeans ide"
 and "mysql connector" to achieve this.



Download sample java file here






Sunday, 15 July 2012

Connecting to Oracle database using php easy way. (video tutorial)

Connecting to Oracle database using php easy and dirty way.
Sambungan php ke database Oracle cara senang.

*Note that you need oracle and sql developer installed 

1. Setup xampp/apache to make php work with oracle database coding
This setup is done in order to make apache php work with oracle and able to recognize oracle oci


2. Oracle setup and coding in php 
This video demonstrate simple way to insert data into oracle database with just a few lines of coding. I have created file named connect.php which contains php functions to connect to oracle and perform some easy tasks. 

3. Php file, connect.php 
https://dl.dropbox.com/u/78862660/php/connect.php