Delphi Programming Tutorial #10 – SQL Part One
This is the first part in a multipart series on using SQL.
Duration : 0:9:53
[youtube hWU2pvj_xIc]
This is the first part in a multipart series on using SQL.
Duration : 0:9:53
[youtube hWU2pvj_xIc]
This entry was posted on Wednesday, September 2nd, 2009 at 3:50 am and is filed under structured query language. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
That would be …
That would be Delphi, at the time it was probably Delphi 2007, I’ve just started using Delphi 2010 this week – and it rocks!
sorry i ment the …
sorry i ment the program that you’r using to create the application.
If you are …
If you are referring to the application that I’m typing the SQL into, it is a tiny application that I wrote in Delphi.
Hah, I lived in New …
Hah, I lived in New Zealand for 2 years! Amazing country… What a cultural change!
Really useful. I …
Really useful. I loved it. But please, please speak just a little slower. It is still understandable though, but still, no need to rush.
where i can get …
where i can get turbo delphi?
Query1.SQL is the …
Query1.SQL is the TStringList responsible for storing the query – i.e. the text “Select * from SomeTable”.
Thanks for the …
Thanks for the video! taught me alot about SQL. Can I ask, is the code:
Query1.SQL.Text
responsible for storing that table? Thanks!
You’re welcome. …
You’re welcome. There are bunch of other videos on SQL, and there are others I need to do (if I can find the motivation).
Thank you so much !
Thank you so much !
thanks a lot, very …
thanks a lot, very informative.
Yep, went through …
Yep, went through it. This is very good for beginners who have just started SQL. I’m currently reading “SAMS Teach yourself SQL”, which is an excellent book for starters and what you presented on the videos covers a lot of what I’ve read so far. Since I haven’t actually type commands by myself, which is the best lesson, it’s good to see someone doing it on video. It helps.
Thanks I’ll do my …
Thanks I’ll do my best – it’s a matter of finding the time to make the recordings, but every encouragement helps. Have you checked out part 2?
Excellent Video. …
Excellent Video. Keep up the good work.
Glad to hear …
Glad to hear someone is benefiting – I’ll hopefully be releasing part two shortly which I’ll cover SQL Functions.
I am using Crystal …
I am using Crystal Reports XI, and I want to learn how use the sql beneath it for extra control. This really helps