FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SQL
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
SQL
Posted: Fri Apr 24, 2009 02:28 AM

Hi,

I would like to start using an SQL database instead of the good old DBF database (this is my first try at sql so please forgive me if I have some terms incorrect)

Has the SQLWIN rdd been completed ?
Does this rdd let us use standard dbf commands or do we still need to know sql commands?

Are there any good free sql server apps out there?

Does anyone know of a good "beginners guide" or "SQL for dummies" type website?

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: SQL
Posted: Fri Apr 24, 2009 02:42 AM

Mr Jeff

>
Does anyone know of a good "beginners guide" or "SQL for dummies" type website?
>

This is a free website and is very informative. You can learn all these from the scratch

http://www.w3schools.com/

Not only SQL, but many more that will be useful in relation to web

Regards



G. N. Rao.

Hyderabad, India
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
Re: SQL
Posted: Fri Apr 24, 2009 02:45 AM

Thank you. I will take a look at it. :D

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: SQL
Posted: Fri Apr 24, 2009 01:17 PM

Jeff

Also look a www.connectionstrings.com .. ADO is the way to connect to SQL and it is the provider that changes .. not necessarily the syntax .. the connection string changes based on the SQL provider ..

Search the forum for ADO .. you will find lots of syntax and examples ..

Rick Lipkin

Continue the discussion