Database
A database is a structured collection of records or data.
Language
Any
Platform
Any
License
Any
In the previous two parts we learned how to leverage virtual directories and physical folders to offer a lot of control from IIS FTP. Now, what about when we want to have one site administrator have...
While SQL Server has a very mature set of tools, one thing that is lacking is the ability to send a simple email alert based on a pre-defined set of rules. At first glace, it appears that email...
Most security experts' recommendations include changing passwords frequently to enhance security. It is easy to change the password on a SQL Server Username via Query Analyzer. Changing the password...
Many people know the importance of creating indexes on SQL Server database tables. Indexes greatly improve the performance of a database. However, while many people create indexes on their SQL Server...
A neat way of fetching an image stored in SQL Server and resizing it before save/sending it anywhere.c
As 64-bit PowerPC processors become more widely available, it
becomes desirable to make applications run in the 64-bit
computation mode, providing access to larger address space and
faster...
Takes a look at how tree structures can be usefully stored in a relational database such as SQL Server, and how to implement web directory-like features such as breadcrumbs.
The open source Derby database engine provides developers with
a powerful new tool for lightweight database development. Derby
databases are file system based and portable across different...
Computers have been emulating other computers for a long time, often to access a legacy application or to use applications written for a popular OS on a system with a more stable, responsive OS. As...
You can save code by piling SQL statements into one SqlCommand and then getting a DataReader with multiple result sets.
Learn how to implement the IXmlSerializable in order to customize serialization of your objects - for instance, serializing a NameValueCollection.
Gambas is the visual basic tool in Linux. It is a RAD that allows you to connect to a database in 10 min and design a movie player in 2 minutes.It is not a clone of visual basic and it is far...
Its a SQL tour through the DB2 TPC-C benchmark implementation.
This article introduces advanced SQL features which are being
used in IBM DB2 Universal Database for Linux, UNIX TPC-C
benchmarks....
This article reports on changes with the Eclipse platform and embarks on a major update that will integrate XM more tightly with Eclipse. It looks into Eclipse's own resource management and discusses...
Keeping a database of bugs is one of the hallmarks of a good software team. I never cease to be amazed at how few teams are actually doing this. One of the biggest incorrect facts that programmers...
Most interactive websites nowadays require data to be presented dynamically and interactively based on input from the user. For example, a customer may need to log into a retail website to check his...
I This is part I of the tutorial that teaches you how to
connect to a SQL database from ASP .NET using SQL
Authentication. This part shows you how to set up MSDE for
Mixed Mode and how to use...
This article explains how you can access controls that you
created in the IDE by an array when your program is run
At one time, BDE was the database management system of choice,
but since Borland stopped supporting it, many companies need to
find a good replacement.