FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Ejemplo de Tdatarow para crear Base de datos y tablas
Posts: 1276
Joined: Tue Dec 28, 2010 01:29 PM
Re: Ejemplo de Tdatarow para crear Base de datos y tablas
Posted: Sat Apr 01, 2017 03:53 PM

Which dll file do I need to connect MSSSQL using ADO?

FWH 25.12

Harbour/Hbmk2

Microsoft Visual C++

MySql 8.0

Antigravity

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Ejemplo de Tdatarow para crear Base de datos y tablas
Posted: Sat Apr 01, 2017 03:56 PM

All recent Windows versions have the drivers installed by default.
You do not have to do anything.
Just use FW_OpenAdoConnection () and provide teh parameters correctly.

Why are you asking? Are you experiencing problems in connecting?
What is the Windows version of your PC?

Regards



G. N. Rao.

Hyderabad, India
Posts: 1276
Joined: Tue Dec 28, 2010 01:29 PM
Re: Ejemplo de Tdatarow para crear Base de datos y tablas
Posted: Sat Apr 01, 2017 04:06 PM

I have Windows 7...I would like to connect with SQL Server 2014

I'm not sure if decide between FWH ODBC Class or ADO class....I'm not sure if query speed is granted by the drivers itself instead the class.

Please, advise

FWH 25.12

Harbour/Hbmk2

Microsoft Visual C++

MySql 8.0

Antigravity

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Ejemplo de Tdatarow para crear Base de datos y tablas
Posted: Sat Apr 01, 2017 07:34 PM

ODBC is the oldest technology
ADO is based on OLEDB which is a later development.

ADO works the best with MSSQL. There is no better option than ADO for MSSQL.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1276
Joined: Tue Dec 28, 2010 01:29 PM
Re: Ejemplo de Tdatarow para crear Base de datos y tablas
Posted: Sat Apr 01, 2017 08:05 PM

Thanks

Which is the most complete fwh sample with all ado functions to learn?

FWH 25.12

Harbour/Hbmk2

Microsoft Visual C++

MySql 8.0

Antigravity

Continue the discussion