Most sql database tips related news are at:
More sql database tips related news:
SQL MDF Viewer my-install.com 6 Jan 2011 | 01:00 pm
How to Read SQL Database with MDF Viewer Tool
MySQL – CREATE TABLE examples linuxarticles.org 12 Aug 2011 | 08:38 am
A very basic CREATE TABLE statement which should work in any SQL database:
Uploading files to a Database in VB dotnettutorials.com 12 May 2011 | 02:00 am
Introduction In this tutorial, we will be using a FileUpload Control to allow uploading of files to a SQL database. For this example, the database has just one table and [...]
Learn How to Retrieve an Image From a Database with ASP.NET 4.0 and C# dotnettutorials.com 11 May 2011 | 02:00 am
Introduction This tutorial will show you not only how to save an image to a SQL database, but how to retrieve the image and display it on your web page. [...]
Learn How to Use the ASP.NET 4.0 GridView Control dotnettutorials.com 10 May 2011 | 02:00 am
Introduction In this tutorial we will learn how to create and Setup Gridview Controls. Gridviews can be helpful when listing information out of SQL Databases. The difference between the Gridview [......
Basic Data Access with a SQL Database and ASP.NET 4.0 dotnettutorials.com 4 May 2011 | 02:01 am
In this tutorial we will demonstrate how to use basic data access with a SQL database. This example will be using the Northwind sample database that will be included with [...]
How to Use a Repeater Control in ASP.NET dotnettutorials.com 3 May 2011 | 02:00 am
Introduction In this tutorial we will learn how to create and use repeaters in ASP.NET. Repeaters can be useful when dealing with information in SQL Databases, especially if it is [...]
max_allowed_packet error when importing a large database arnelbornales.wordpress.com 4 Nov 2009 | 08:57 pm
I got max_allowed_packet error when importing a sql database from the server, anyways, I solved it through setting new values for this “max_allowed_packet”! ok, here it is 1. login to your mysql ac...
NoSQL: Cassandra, MongoDB, CouchDB, Redis, Riak, HBase, Membase, Neo4j php42.com 25 Oct 2011 | 04:05 pm
While SQL databases are insanely useful tools, their monopoly of ~15 years is coming to an end. And it was just time: I can't even count the things that were forced into relational databases, but neve...
.Net 3.5 ORM made easy - Part II - Database Manager... gabereiser.com 18 Mar 2010 | 05:53 am
In my previous article, I discussed database abstraction and provided code to connect to various SQL database types such as Microsoft SQL Server (and SQL Compact), MySQL, and SQLite. Today I'm going t...