Board index » delphi » SQL tutorials

SQL tutorials

I've just downloaded and read a tutorial from
http://w3.one.net/~jhoffman/sqltut.htm. It's very good but I wonder if
there's anything a bit more Delphi SQL specific.

TIA

Kenvyn Davies

 

Re:SQL tutorials


The SQL features that are available to you are determined by the
database you are using, not by Delphi.  You need to look at whatever
SQL documentation that comes with your database.

Bill

(Sorry but TeamB cannot answer support questions received via email.)
(To send me email for any other reason remove .nospam from my address.)

Re:SQL tutorials


Ivojo

SQL is meant to be a generic language (but, like Basic - it comes in
many flaovors).  Your particular SQL capabilities are determined by
your database (not Delphi).  If you're using a flat-file database (like
Paradox or dBase) then your SQL capabilities are restricted to those
listed in the Local SQL help file provided with Delphi.

Derek Davidson
Get a FREE copy of DK's Audit Components for Delphi from my web site:
http://freespace.{*word*269}.net/d.davidson
Now Includes INFOPOWER Derived components and a demo

(Remove the x to EMail me : der...@mksoft.com)

Other Threads