Skip to content

WebCheatSheet

The easy way to know

  • PHP
  • HTML
  • JavaScript
  • SQL
  • ASP
  • MS Access Functions

Author: admin

ASP

ADO and ADO.NET Connection Strings

adminNovember 24, 2022August 26, 2026

Last updated: August 26, 2026. Classic ASP uses ADO connection strings. ASP.NET applications normally use ADO.NET providers. The keywords differ,…

ASP

Connect to a Database from Classic ASP with ADO

adminNovember 24, 2022August 26, 2026

Last updated: August 26, 2026. Classic ASP connects to databases through ADO. Keep the connection string in protected server configuration,…

ASP

Microsoft Access Connection Strings for Classic ASP

adminNovember 24, 2022August 26, 2026

Last updated: August 26, 2026. Classic ASP can open an Access database through ADO using the ACE OLE DB provider.…

ASP

Oracle Connection Strings for Classic ASP

adminNovember 23, 2022August 26, 2026

Last updated: August 26, 2026. Classic ASP can connect to Oracle through ADO using an Oracle OLE DB provider or…

ASP

SQL Server Connection Strings for Classic ASP

adminNovember 23, 2022August 25, 2026

Last updated: August 25, 2026. Classic ASP applications normally connect to SQL Server through ADO. Use a supported SQL Server…

ASP

MySQL Connection Strings for Classic ASP

adminNovember 23, 2022August 26, 2026

Last updated: August 26, 2026. ADO can connect to MySQL through Connector/ODBC using a system DSN or a DSN-less connection…

PHP

Bike – drop in phpMyAdmin replacement

adminNovember 21, 2022

Pretty often you need to run a couple of queries against your MySQL database on the client’s web server. Usually…

PHP

How to be a better PHP developer

adminNovember 21, 2022

Many web developers consider PHP a second-class language. The truth is, as DHH puts it: “You can build the best…

Interactive SQL Tutorial

SQL LIKE and NOT LIKE Conditions

adminNovember 15, 2022August 26, 2026

Last updated: August 26, 2026. The SQL LIKE condition matches text using wildcard patterns. A percent sign matches zero or…

Interactive SQL Tutorial

SQL: DISTINCT clause

adminNovember 15, 2022

Select lets you use the Distinct keyword to eliminate duplicate rows from the query results. Distinct is very useful in queries where…

Posts navigation

Older posts
Newer posts

Recent Posts

  • Get the Size of Every MySQL Database and Table
  • Fix SQL Server ‘Insufficient Access Rights’ During Backup
  • Transfer SQL Server Logins and Passwords Between Instances
  • How to Write Better PHP
  • Create an On-Demand MySQL Backup from a PHP Application

Recent Comments

  1. jQuery File Upload: Setup and Secure PHP Handling – WebCheatSheet on Secure File Upload with PHP
  2. Sammy Hale on Extract Plain Text from RTF in PHP
  3. Pepillo on Extract Plain Text from RTF in PHP
  4. Alex on How to Create Thumbnail Images in PHP with GD
  5. Cole on jQuery File Upload: Setup and Secure PHP Handling

Archives

  • October 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022

Categories

  • ASP
  • HTML
  • Interactive SQL Tutorial
  • JavaScript
  • MS Access Functions
  • PHP
  • SQL
  • Uncategorized
Copyright © 2026 WebCheatSheetFresh News by Ascendoor | Powered by WordPress.