Thread: Sql
View Single Post
Old 01-25-2009, 03:53 PM   #3 (permalink)
kmote
 

Join Date: Jul 2005

Location: England

Posts: 2,185

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: Sql

SQL is not a "real" programming language, it's a way to get data from a database. The DBMS you are running will have a client library* so that your app can access the data on the server. SQL itself is very easy to pick up for the most part and if you are simply using it through a client provided in your DBMS package (rather than programming something yourself) then you will have no problems whatsoever.

* The client library will include functions for querying the database and your SQL will form one of the parameters for that function (for security reasons you should be careful about this, more info can be given if needed)
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline