Categories
Tags → What Is Sql Server

MySQL to CSV Download

Extracts data from MySQL. Uses a MySQL table name or SQL statement to determine what data to extract. Formats the data into comma-delimited format, csv. Automatically translates invalid characters, such as &" to valid characters. Quotes col...
DETAILS

Using SQLite with Visual C++

Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite? What is SQLite? SQLite is a C library that implements an embeddable SQL database engine. Are you looking for a way to create compa...
DETAILS

Fun With Stored Procedures...

This is a brief and very useful tutorial on creating and using stored procedures with your asp applications. A stored procedure is nothing more than an sql statement stored inside a database. The database can be SQL Server or MS Access as well as oth...
DETAILS

WWWBoard

WWWBoard is an ASP-based discussion board system that works with both SQL Server 7 and Access databases. Main features include: An exclusive technique of optionally caching the default page on the server to enhance performace, Automatically archiving...
DETAILS
©2003-2008 jCay.com