Home | Site map   
Home Products Downloads Support Contacts
   
  Interactive SQL Tutorial
 

1. Introduction into SQL (Structured Query Language).
Structured Query Language is the standard language used to communicate with database software. DB to HTML Express uses SQL to query the database for the data that will be included in the web site. SQL is a complex and powerful language and a full treatment of it is outside the scope of this text, however a few useful SQL commands are:

1. To make the entire contents of a datasource table "Tablename" accessible to DB to HTML Express: “SELECT * FROM Tablename”

2. To retrieve all the records from datasource table “Tablename” where the value of ColumnName is 5: “SELECT * FROM Tablename WHERE Tablename.ColumnName=5”

3. To retrieve all the records from one column called ColumnName from a datasource table called Tablename:
“SELECT ColumnName FROM Tablename”

4. To retrieve all the records from datasource table “Tablename” where the text in column ColumnName contains the word ‘television’:
“SELECT * FROM Tablename WHERE Tablename.ColumnName LIKE ‘%television%’”

Index   1 2 3 4 5 6 7 8 9 10 11 12 13 Next >>


If you like to see how it works enter SQL statement and press Execute

 
 

Home | Products | Downloads | Support | Contacts

Customer quotes

Once again I want to tell you how impressive your software is. I am a computer applications teacher in the school so I don't know how much praise from me means to you. All I can tell you is that it is wonderful to find software that is easy to use and works so well.

Ian Roller
Ireland

What I needed to do was build a members log in area for a web site that the user could update as new people joined. He wanted this done in two days. With not much time I downloaded this software and had the lot done in under 3 min. Normal time for this would be about 5 days and even then you would still be debuging your scripts.



Richard Murray
Web developer

Contact us:

Xlinesoft.com
Herndon, VA 20171, USA

  1-888-290-6617
  support@xlinesoft.com

  © 1999 - 2005 XLineSoft. All rights reserved. All comments send to webmaster@xlinesoft.com