Category: Programming
Prepare Sample Database On this post, I show how to prepare a sample database for Microsoft Access 2007, the “Northwind” database. Step-by-step Open Microsoft Access 2007, click on Local …
Accessing Access 2007 on NetBeans 6.5 using JDBC Here comes again, a tutorial about accessing database on NetBeans. In 2007, I wrote two tutorials which are accessing SQL Server …
While you’re configuring Microsoft BizTalk Server 2006 which has a database server on a remote machine, you may encounter the problem below. The Group feature failed and hence the …
You’re configuring BizTalk Server 2006 which BizTalk databases are located on a remotely server. You may encounter the problem below. On BizTalk Configuration Wizard, Group feature is failed so …
Display Result on GUI Actually, I don’t prepare to write this post while I was writing the series. But there are some people want to know how to display …
Perform SQL Operations From the previous part, I have successfully connect to world database on MySQL Server from VB.NET. Next, I try to perform basic SQL operations (SELECT, INSERT, …
Create Connection After I have prepared many things for showing how to access MySQL Server using VB.NET. Let’s see what I have done so far. Right now, I have …
From last 4 parts, I have prepared MySQL Server with sample database. I’ve done on a database PC. Next, I’ll move to a development PC. Assume that I have …