Skip to content

WebCheatSheet

The easy way to know

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

Month: November 2022

ASP

How to Connect to Database using a Connection String

adminNovember 24, 2022

The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a…

ASP

MS Access Connection Strings

adminNovember 24, 2022

ODBC Connection Strings  Standard Security: <%’declare the variable that will hold the connection stringDim ConnectionString ‘define connection string, specify database driver…

ASP

Oracle Connection Strings

adminNovember 23, 2022

ODBC connection strings <%’declare the variable that will hold the connection stringDim ConnectionString ‘define connection string, specify database driver and location…

ASP

MS SQL Server Connection Strings

adminNovember 23, 2022

ODBC Connection Strings  Standard Security: <%’declare the variable that will hold the connection stringDim ConnectionString ‘define connection string, specify database driver…

ASP

MySQL Connection Strings

adminNovember 23, 2022

ODBC connection strings  Local MySQL database using MySQL ODBC 3.51 Driver: <%’declare the variable that will hold the connection stringDim…

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 condition

adminNovember 15, 2022

Like is another keyword that is used in the Where clause. It is used to match string pattern values. The…

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…

Interactive SQL Tutorial

SQL: SELECT statement

adminNovember 15, 2022

In a relational database, data is stored in tables. The Select statement allows you to retrieve records from one or…

Posts navigation

Older posts
Newer posts

Recent Posts

  • Get size of all databases and tables in MySQL
  • Insufficient access rights error when doing backup
  • How to transfer logins and passwords between instances of SQL Server
  • How to be a better PHP developer
  • How to create a dump of MySQL database in one click

Recent Comments

No comments to show.

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 © 2025 WebCheatSheetFresh News by Ascendoor | Powered by WordPress.