Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



In tag:

Converting MS Access to MySQL

For small and large database projects, Microsoft Access works wonderfully. If you have a database with hundreds of thousands of records, maybe even connecting to other databases remotely. Security isn’t too much of a problem (no Access database is truly secure), and with a wide range of options for publishing and reporting on your data.

2,220 views
1 Star2 Star3Star4 Star5 Star (8 votes, average: 3.88 out of 5)

XML Support in Microsoft SQL SERVER

This article explains how to retrieve XML document by using data stored in SQL SERVER.And here iam not doing any hard code, simply by configuring the IIS to support XML to retrieve data from database.

2,471 views
1 Star2 Star3Star4 Star5 Star (2 votes, average: 4 out of 5)

Practical Implementation of MSMQ Using ASP.Net and SQL Server

Microsoft Message Queuing (MSMQ) technology enables applications running at different times to communicate across different networks and even the systems that may be available.

2,742 views
1 Star2 Star3Star4 Star5 Star (2 votes, average: 5 out of 5)

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed.

2,405 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 3 out of 5)

8 Essential MySQL Queries

Here”s a list of queries that I found myself using very often and that save me a lot of development time. I hope you can benefit from them as well.

8,013 views
1 Star2 Star3Star4 Star5 Star (11 votes, average: 4.45 out of 5)

Creating sortable lists with PHP and Ajax

You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books.

5,441 views
1 Star2 Star3Star4 Star5 Star (11 votes, average: 3.64 out of 5)

Implementing SQL Server 2005 Query Notifications in C# Windows Application

Query notification is a feature included in Microsoft SQL Server 2005 that allows applications to be notified when data has changed.

6,814 views
1 Star2 Star3Star4 Star5 Star (6 votes, average: 5 out of 5)