Tutorial of MyDAC

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
kristinjenson123
Posts: 2
Joined: Tue 02 Oct 2012 07:02

Re: Tutorial of MyDAC

Post by kristinjenson123 » Tue 02 Oct 2012 07:17

AndreyZ wrote:You can download the MyDAC documentation in the CHM and PDF formats here (in the "Documentation and Demo" section): http://www.devart.com/mydac/download.html

yeah this link works.......... thanks for good sharing......... :) littlelioness
Last edited by kristinjenson123 on Mon 28 Dec 2020 16:31, edited 1 time in total.

tjn006
Posts: 10
Joined: Tue 06 Mar 2012 16:48

Re: Tutorial of MyDAC

Post by tjn006 » Thu 25 Oct 2012 00:30

Hello!

Your discussion of help texts reminds me to ask you, how do I integrate the Chm file into the Standard Delphi help system? I have Delphi 7 and it has an Openhelp system but the documentation is way over my head.

Your assistance with this is appreciated!

Tom Nesler

AndreyZ

Re: Tutorial of MyDAC

Post by AndreyZ » Thu 25 Oct 2012 07:52

The CHM file cannot be integrated into the Delphi 7 help system directly, the Delphi 7 help system works with HLP files only. The CHM file must be converted to the HLP file. After this, the obtained HLP file can be integrated into the Delphi 7 help system.
DAC products integrate their help into Delphi 2005 and higher. For earlier Delphi versions, documentation is supplied as CHM files.

Post Reply