Archive

Posts Tagged ‘sql’

Inserting Data into a Microsoft SQL 2008 Database in ASP.NET 3.5 (source: ASP Free)

March 9th, 2010 dotnet No comments

In the previous article Creating an ASP.NET Dynamic Web Page using a MS SQL Server 2 8 Database GridView Display you learned how to create a dynamic web page that can let the user edit and delete database records directly using a web browser. It wa… (source: ASP Free) RSS feeds and Widgets and RSS feedsin.feedzilla.com

Related posts

Categories: ASP.net Tags: , , , ,

MySQL & Session

March 9th, 2010 php No comments
Package:
Summary:
Store and retrieve PHP session data in MySQL table
Groups:
Author:
Description:
This class can be used to store and retrieve PHP session data in an MySQL table.

It is an handler class that provides an interface for replacing the default session storage handler.

The class stores session data in a MySQL database table named sessions.


Related posts

Categories: PHP Tags: , , ,

Simple record set

March 8th, 2010 php No comments
Package:
Summary:
Get and show record sets with different databases
Groups:
Author:
Description:
This class can be used to get and show record sets with different databases.

It provides a common interface to access different types of databases and execute SQL queries, retrieve query results and display the results in paginated listings.

Currently it supports MySQL, Microsoft SQL server and PostgreSQL.


Related posts

Categories: PHP Tags: , , , ,

Creating an ASP.NET Dynamic Web Page Using MS SQL Server 2008 Database (GridView Display) (source: ASP Free)

March 5th, 2010 dotnet No comments

Dynamic pages pages that pull insert update and delete data or content from a database are extremely useful in modern websites. They provide a high level of user interactivity that improves user experience. This article will show you how to create suc… (source: ASP Free) News Widgets and RSS feedsin.feedzilla.com

Related posts

Categories: ASP.net Tags: , , , ,

Automatic Priority Setting

March 5th, 2010 php No comments
Package:
Summary:
Update priority records in a MySQL database table
Groups:
Author:
Description:
This class can update priority records in a MySQL database table.

It can execute queries for updating or deleting records in a given MySQL database table for priority entries for a given serial number identifier.


Related posts

Categories: PHP Tags: , , ,

Retrieving Data from Microsoft SQL Server 2008 Using ASP.NET 3.5 (source: ASP Free)

March 4th, 2010 dotnet No comments

Most of the web applications on the Internet require retrieving data from a database. Almost all websites today are database-driven so it is of primary importance for any developer to retrieve data from a website s database and display it on the web brow… (source: ASP Free) RSS feeds and News Widgetsin.feedzilla.com

Related posts

Categories: ASP.net Tags: , , , , ,

Report

March 3rd, 2010 php No comments
Package:
Summary:
Show MySQL results in pages updated using AJAX
Groups:
Author:
Description:
This class can be used to show MySQL query results in pages with browse links updated using AJAX to avoid page reloading.

It can execute a given MySQL query and display the results in an HTML table.

The table may have headers with links that sort the results when they are clicked.

The listing may also be split in multiple pages with a limited number of result rows. Pagination links are display to let the user browse other query result pages.

AJAX requests are sent to retrieve new pages of results when either the sorting or pagination links are clicked to avoid full page reloading.


Related posts

Categories: PHP Tags: , , ,

Building ASP.NET Web Forms to Use a MySQL Database (source: ASP Free)

March 2nd, 2010 dotnet No comments

The MySQL database is the best open source database which means it can be used for free without obtaining or paying for a license. In ASP.NET 3.5 hosting there are some hosting packages that let you use the MySQL database because it can be a cheaper hos… (source: ASP Free) RSS feeds and News Widgetsin.feedzilla.com

Related posts

Categories: ASP.net Tags: , , , ,