Categories
Tags → Sql Using Count

Counting Records in SQL Script

Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.
DETAILS

PHP graphical hit counter

PHPGcount is a PHP graphical hit counter. It uses flat-text database so no SQL databases are necessary. It comes with many styles to choose from and you can add your own styles easily! It can count hits for multiple pages of your website or even webs...
DETAILS

PHP text hit counter

PHPcount is a simple yet effective PHP text hit counter. It uses flat-text database so no SQL databases are necessary. It can count hits for multiple pages of your website or even websites on other servers. It can be configured to count unique visits...
DETAILS

Regular Expressions for MS SQL server

The Regular Expressions for MS SQL Server offer an extremely powerful way to search, replace, format and extract text data inside a string using sophisticated search criteria. For example, you can search for whole words, or find a match with some pat...
DETAILS

Counting Records in MySQL by JSP

This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database.
DETAILS

Cascade

Cascade allows you to easily maintain a web-based Yahoo-like directory of resources using web-based forms. Features include: Uses a SQL database on backend, Manage an arbitrarily large hierarchy of resources, Writes out static HTML pages for maximum ...
DETAILS
©2003-2019 jCay.com