InstallDemoObjects.sql missing in the demo for Mydac Rad studio (mysql)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

InstallDemoObjects.sql missing in the demo for Mydac Rad studio (mysql)

Post by kaffeburk » Fri 06 Jun 2008 09:46

Hard to run the demo without... :p

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 06 Jun 2008 15:25

This file is located in the following directory:
- "%My Documents%\CoreLab\MyDac for Delphi 2007\Demos" - for windows Vista;
- "%MyDac%\Demos\InstallDemoObjects.sql" - for other Windows versions.

Also the script to create database objects required for the demo can be extracted from the TMyScript component named scCreate. This component is situated on the TMyDACForm form.

Post Reply