Page 2 of 2

Re: Ejemplo de Tdatarow para crear Base de datos y tablas

PostPosted: Sat Apr 01, 2017 3:53 pm
by Compuin
Which dll file do I need to connect MSSSQL using ADO?

Re: Ejemplo de Tdatarow para crear Base de datos y tablas

PostPosted: Sat Apr 01, 2017 3:56 pm
by nageswaragunupudi
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?

Re: Ejemplo de Tdatarow para crear Base de datos y tablas

PostPosted: Sat Apr 01, 2017 4:06 pm
by Compuin
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

Re: Ejemplo de Tdatarow para crear Base de datos y tablas

PostPosted: Sat Apr 01, 2017 7:34 pm
by nageswaragunupudi
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.

Re: Ejemplo de Tdatarow para crear Base de datos y tablas

PostPosted: Sat Apr 01, 2017 8:05 pm
by Compuin
Thanks

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