is possible use SQL /xHB.com/ with FWH
best regards
kajot
best regards
kajot
kajot
is possible use SQL /xHB.com/ with FWH
best regards
kajot
Kajot,
Yes, you can use ADO and manage any database using SQL
ok, but use SQL.LIB from xHarbour.com / native connection /
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