Category: Programming
Create & Grant MySQL User Account By default, the root account on MySQL Server has all privileges on every tables on MySQL Server but only localhost can have accessed …
You can download example databases for MySQL at http://dev.mysql.com/doc (Scroll down to Example Databases section). By the time I’m writing the article, there are 4 sample databases available on …
In this post, I’ll show how to setup MySQL Server on a database PC. Step-by-step to setup MySQL Server Download MySQL 5.1.30 Community Edition from mysql.com. Double-click the setup …
Introduction Here comes again, another tutorial about accessing MySQL on VB.NET. This tutorial shows you how to use Microsoft Visual Studio’s VB.NET to connect MySQL using MySQL Connector/Net. I’m …
When you create a store procedure on Microsoft SQL Server with some input parameters, sometimes you don’t want to assign all of parameters (optional parameters) so you need to …
This post, I’ll cover only in the second section “Create ASP.NET Web Application on MS Visual Studio 2005 (C#)”. I’m not going to repeat other sections again since they’re …
Before I started, let’s get to know what RSS is. Quoted from Wikipedia.org RSS is a family of Web feed formats used to publish frequently updated content such as …
Microsoft BizTalk server provides a predefined set of macros to help in create output filenames on File send handler. If you working with sending output as a file, you’ll …