Currently Browsing: Database
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...
1 Star2 Star3 Star4 Star5 Star (8 votes, average: 3.88 out of 5)
Loading ... Loading ...
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.
1 Star2 Star3 Star4 Star5 Star (2 votes, average: 4.00 out of 5)
Loading ... Loading ...
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.
1 Star2 Star3 Star4 Star5 Star (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
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.
1 Star2 Star3 Star4 Star5 Star (5 votes, average: 3.00 out of 5)
Loading ... Loading ...
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.
1 Star2 Star3 Star4 Star5 Star (11 votes, average: 4.45 out of 5)
Loading ... Loading ...