PDA

Click to See Complete Forum and Search --> : SQL


ZanM
May 27th, 2000, 08:24 AM
could someone give me an expination of commands i would need to use an SQL string to search threw a database and diplay a list of the information i want....

know thats vague if some one wants to help me with this i will upload my project and place a link in this thread

danix
May 27th, 2000, 01:39 PM
SELECT whatever FROM tablename
WHERE something = something;

Clunietp
May 28th, 2000, 03:47 AM
http://w3.one.net/~jhoffman/sqltut.htm

ZanM
May 29th, 2000, 09:08 AM
thankx danix that helped