FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hboleaut
Posts: 18
Joined: Wed Aug 16, 2017 05:38 AM
hboleaut
Posted: Tue Feb 26, 2019 09:59 AM

Guys,

I am using Harbour dan Microsoft Visual C. I am currently trying to set connecting from Harbour to MS SQL Server. I read from this forum that it can achieved by using ADORDD. Since I am using Harbour, supposedly I will need adordd.lib and hboleaut.lib.

I have found the adordd source code but I am still missing the hboleaut source code and I can't find it anywhere in the Harbour GitHub.

Can someone point me to the right direction on how to accomplish this? Thanks.

Regards,

Teddy

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: hboleaut
Posted: Tue Feb 26, 2019 11:26 AM

You use Fivewin also?

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 18
Joined: Wed Aug 16, 2017 05:38 AM
Re: hboleaut
Posted: Wed Feb 27, 2019 01:02 AM
cnavarro wrote:You use Fivewin also?


Yes, I use FiveWin.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hboleaut
Posted: Wed Feb 27, 2019 07:40 AM

Teddy,

FWH provides native MS SQL support. You just need recent FWH version and Harbour.

What FWH version are you using ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 18
Joined: Wed Aug 16, 2017 05:38 AM
Re: hboleaut
Posted: Thu Feb 28, 2019 01:52 AM
Antonio Linares wrote:Teddy,

FWH provides native MS SQL support. You just need recent FWH version and Harbour.

What FWH version are you using ?


I am using the following development environment:
Harbour 3.2
FWH 18.01
Advantage Database Server 8.1
MS SQL Server 2008 R2

Can you guide me on how to use FWH native MS SQL support? What library do I need to include? Could you give me some samples on how to select dan update to the MS SQL database using FWH native MS SQL support?
Thanks.
Posts: 18
Joined: Wed Aug 16, 2017 05:38 AM
Re: hboleaut
Posted: Thu Feb 28, 2019 02:53 AM

Guys,

I have solved my issue regarding using ADORDD to connect to MS SQL Server database. I can retrieve data from a table and display them on the screen. Thanks.

Is it possible to EXECUTE STORED PROCEDURE using ADORDD? If it is possible, can anyone give me a sample on how to accomplish this? Thanks.

Continue the discussion