FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour someone use SQL /xHB.com/ with FWH
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
someone use SQL /xHB.com/ with FWH
Posted: Mon Nov 11, 2013 06:05 AM

is possible use SQL /xHB.com/ with FWH

best regards
kajot

best regards

kajot
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: someone use SQL /xHB.com/ with FWH
Posted: Mon Nov 11, 2013 07:38 AM

Kajot,

Yes, you can use ADO and manage any database using SQL

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
Re: someone use SQL /xHB.com/ with FWH
Posted: Mon Nov 11, 2013 07:55 AM

ok, but use SQL.LIB from xHarbour.com / native connection /

best regards

kajot
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: someone use SQL /xHB.com/ with FWH
Posted: Mon Nov 11, 2013 01:52 PM

kajot

There are only two 'native' SQL connections ( clients ) built into every Windows platform and they are SqlOleDb for Ms Sql Server and Microsoft.Jet.OLEDB.4.0 for Ms Access.

You can leverage those OleDb providers using (x)Harbour's ADO class that provide access to these universal methods.

http://msdn.microsoft.com/en-us/library ... 85%29.aspx

Everything else has to use a 3rd party Ole or ODBC provider to connect to other Sql databases like MySql, Oracle and dB2.

Rick Lipkin

Continue the discussion