FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour mod harbour connected to MS SQL
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
mod harbour connected to MS SQL
Posted: Mon Apr 12, 2021 08:03 PM
Dear friends,

Mr. Rao shows us how we can connect from mod harbour to MS SQL.

You see mod harbour working against MSSQL. For this to work you need to first install Microsoft OLEDB driver for SQL:
Download Link:
https://docs.microsoft.com/.../download ... iver-for...
Please download 64-bit version and install.
Then the above program will run in mod-harbour.
Note: We do not need to install SQL server on our PC/Server
The name of the installation file you downloaded should be "msoledbsql.msi".
After installing this and restarting the computer, you should find "c:\windows\system32\msoledbsql.dll"
That means the installation is complete.

Best regards,
Otto
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Re: mod harbour connected to MS SQL
Posted: Sun Jul 18, 2021 01:52 PM

Thank you Otto for showing this script. I find it very useful.

Continue the discussion