Posted by: Bobby Allen on: November 5, 2008
Since downloading and installing Microsoft VB .net 2008 Express edition yesterday and then playing with it last night whilst at home I managed to build a simple application to connect to a MySQL database and show table records (with corrisponding data using a ‘JOIN’ statement) and I must say I throughly enjoyed it.
A couple of [...]
Posted by: Bobby Allen on: November 4, 2008
This tutorial will read all rows in a MySQL database and print out the resaults.
Create a new Java source file and save it as JdbcExample3.java in the same folder where you’ve been keeping others files for this tutorial. Now copy/paste following code in it:
package com.stardeveloper.example;
import java.sql.*;
public class JdbcExample3 {
public static void main(String args[]) [...]
Posted by: Bobby Allen on: November 2, 2008
Hi everyone, sorry I havent been posting much recently this is mainly due to me being busy at work and on other projects I am currently working on such as my new web-based MMORPG (I will post more about this soon!)
Anyway so…
I have decided to start learning to develop applications in JAVA mainly my reasons [...]