Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The Basics of SELECT-SQL 1

Status
Not open for further replies.

AndrewMozley

Programmer
Oct 15, 2005
621
GB

I am looking for a book or downloadable document or pdf-file describing the basics of the SELECT-SQL statement : Syntax and how to use it. Grateful for any recommendations.

Tamar Granor’s book “Taming Visual Foxpro’s SQL” has been recommended. How can I obtain a copy (paper or pdf) ?

Thanks - Andrew
 
Thanks Koen

I have followed your link and been able to download a zip file which contains a pdf file of Tamar’s book. However that file is password-protected. Do you know how I can obtain a password - I am happy to pay.

I have spent a little while navigating the Hentzenweke site but have not been able to discover how to buy the book. Do you know how one does that?

Thanks again. Andrew
 
Andrew,

Much of the information in Tamar's book can also be found in her articles and conference papers. Here are a few links to get you started:


The first of those is a particularly good introduction.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Andrew, I would also suggest that you don't necessarily restrict yourself to VFP's implementation of SQL SELECT. As of VFP 9.0, VFP closely follows the ANSI standard for SQL, for which there is a great deal of information available on-line and in print. Look for articles about Microsoft's SQL Server, for example (but those focusing on the language rather than the tools or development environment).

And here's an article by yours truly which compares the SQL Server version of the language (which is called T-SQL) with VFP's:
Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
There also is a section called "SQL Syntax" in the FAQ of this forum. It's not very comprehensive and basic and handles some topics multiple times, like finding duplicates.

I agree with Mike you find a lot explained in the net, what's mainly different in VFP is you can make use of VFP functions, including user-defined functions. And of course VFPs multi-line concatenation with semicolons, what's the end of a command in many other languages including many SQL dialects.

Bye, Olaf.

Olaf Doschke Software Engineering
 
Thanks, Mike, for the suggestion of Tamar’s article. Have downloaded and printed the first one, which is pretty comprehensive, although there is quite a lot of background on other dialects of SQL - it is maybe intended for a wider audience. But I am finding it useful.

And thanks for the suggestion of the Hentzenweke site for getting a copy of the ‘Taming SQL’ book. I may be reading it wrong, but that site suggests that – even for the pdf file - you should download an order form, print it out and send it by post with a cheque in US$, which is not quite so simple. Have you bought a book from Hentzenwerke recently – is there a way of completing the transaction on-line? The book does not apppear to be available from Amazon.

Thanks, Olaf for mentioning the SQL section of the FAQs for VFP. As you mention, it is quite specialised, but may come in useful.

Andrew M.
 
Andrew,
to order an E-book with Hentzenwerke, which is preferable, as than you will also have lots of example codes to your disposal, is quite easy. The site says:
Hentzenwerke said:
If you absolutely, positively need just an ebook, you can order the old-fashioned way by downloading a paper order form (.DOC file) here, filling it in and sending it to books /at/ hentzenwerke.com after zipping it up.

Payment? No, we don't take PayPal (they're still EVIL), our ebook-only customers have had good success with using an Amazon gift card. Use this 'books /at/ hentzenwerke.com' email address.
Regards,
Koen
 
Andrew,

I see Tamar's book is available for download here:

I'm not sure how the site works, but it appears that you need to sign up for a free trial in order to read it.

As far as Mr. Hentzen is concerned, I think what he is saying is that you can order the e-book from him, and pay with an Amazon gift card. You will need to download the DOC order form, fill it in, and email it back. You then order the gift card from Amazon (note: that's Amazon.com , not Amazon in the UK), and have them email it to Hentzen.

Note that whatever mechanism you use to purchase the book, it is not really an e-book. It is merely a PDF file. You can read it on your computer's screen, but you can't comfortably read it with an e-book reader such as a Kindle.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
AFAIK, neither Whil nor I get paid anything from the Scribd link. Looks like some random user uploaded it. I'll check in with Whil and most likely, send a take-down notice.

Tamar
 
Poked around and talked to some people and it appears ScribD is full of pirated stuff because they let just anyone upload. Looking at my options.

You might want to search your own name there. (I haven't looked, but I know you have papers on your website.)

Tamar
 
Tom,

Looks good, however I believe this is more for M$Access users than for VFP users. Would prefer Tamar's and Mike's in order not to confuse with the different languages for a starter.

Regards,
Koen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top